Website.get_current_user_data#
- Website.get_current_user_data(key)#
Gets data specific to the currently signed in user from the database.
- Parameters:
key (str) – The key (name) of the data. For example: “username”, “email”, “age”, etc.
- Returns:
The value of the data.
- Return type:
Any