http://www.lightbird.net/dbe/index.html
Very good for beginners On Mon, Oct 25, 2010 at 8:53 AM, Miguel Araujo <muchoch...@gmail.com> 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 have registration, I recommend you look at > django-registration by James Bennett: > http://bitbucket.org/ubernostrum/django-registration/ > > Regards, > Miguel Araujo > > 2010/10/24 miksayer <miksa...@gmail.com> >> >> Hello! I'm newbie in Django. And I have few questions. For learning >> Django I decided to develop simple todo-service(where you can note >> your current deals). >> I started new project "todo" and immediately I have a question. Where >> can I put users table model? Must I create new application and put it >> there in models.py? >> I don't ask 'how can I do it?', I ask 'how must I do it?'(i.e. 'how >> to?'). >> P.S. sorry for my bad English. >> >> -- >> 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. >> > > -- > 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. > -- 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.