Re: Users table

2010-10-25 Thread miksayer
Thanx everybody. -- 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, visi

Re: Users table

2010-10-24 Thread Tran Cao Thai
http://www.lightbird.net/dbe/index.html Very good for beginners On Mon, Oct 25, 2010 at 8:53 AM, Miguel Araujo wrote: > Hi, > Django has a built in User model, If you put in your INSTALLED_APPS > 'django.contrib.auth' you will activate Django's built-in user management > app. Then if you want to

Re: Users table

2010-10-24 Thread Miguel Araujo
Hi, Django has a built in User model, If you put in your INSTALLED_APPS 'django.contrib.auth' you will activate Django's built-in user management app. Then if you want to have registration, I recommend you look at django-registration by James Bennett: http://bitbucket.org/ubernostrum/django-regis