On Aug 3, 8:28 am, Bruce Dou <[email protected]> wrote:
> Why there is not a default user login, user register template?
> And Can not find some examples.
>
> What is your advice to create user auth pages?
The Django Admin has a default user register template; you'll be asked
to create default user when you run 'manage.py syncdb'. See:
https://docs.djangoproject.com/en/dev/topics/auth/#installation
Further on you will find examples of managing users via code (a
perhaps more common way is via the web interface).

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to