At some point of building your project you may wish to allow users to store some extra data. If you use Django‘s built-in authentication system you are in luck - much of the code have been already written and you only have to:
If you are not familiar with Django‘s authentication framework, please refer to Django‘s documentation on the topic or.
For convenience, richtemplates comes with basic UserProfile class. You may use it directly by adding following line in your settings: