On Aug 3, 8:28 am, Bruce Dou <doubao...@gmail.com> 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 django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.