On Thu, Jul 30, 2009 at 11:52 AM, n179911<[email protected]> wrote: > > Hi, > > I am new to Django. Can you please tell me if there is sample > application template which builds on top of Django? Like of like > 'AppFuse' http://appfuse.org/ in Java World. > > What I mean is, for common webapp, I need to have > * user registration > * password recovery > * user log in/log out > * check user login/log out before allow user certain action > > Is there any sample application/application template which does that > and users django so that I don't need to build it from scratch? > > Thank you. > > > > >
django.contrib.auth provides almost all the functionality you've suggested out of the box: http://docs.djangoproject.com/en/dev/topics/auth/ http://www.djangobook.com/en/2.0/chapter14/ Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Voltaire "The people's good is the highest law." -- Cicero "Code can always be simpler than you think, but never as simple as you want" -- Me --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

