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
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
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
3 matches
Mail list logo