What's the best way to display user information in the base template?

2011-11-15 Thread Levi Campbell
I'm trying to create a base template that would display user-specific information such as an avatar and the number of unread messages a user has, what's the best way to do this? I know by reading the documentation that I can check if a user is logged in, which is a start, but doesn't fully answer m

Displaying information as a table?

2011-09-03 Thread Levi Campbell
In a django template, what's the best way to display information from the models as a table? I've had no luck searching the documentation and google. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

Stay on a step in a form wizard until the user is ready to move on.

2011-07-01 Thread Levi Campbell
I'm working on a site that uses a form wizard as the main user interface. I've got one step however that I'd like to have a user be able to complete it several times if needed, storing the data bound to the user's session. Is there a way to do this using the FormWizard class, or am I asking too