On 23/09/2010 18:04, Guiga wrote: > Hi guys, > > I'd like to know if django have a "component" (or some like this) to > create, edit and login user's accounts. I mean, some like a system > user accounts to work with django. > > Thanks. >
Hi, as mentioned you can use the authentication system of Django. Using django-registration (http://code.google.com/p/django-registration/) gives you a whole system with signing up and activation and so on. If you install that, you only need to make the appropriate templates and you're off. Regards, Benedict -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.