Re: Login users

2009-10-29 Thread Johan
This link (http://docs.djangoproject.com/en/dev/topics/auth/) has helped me a lot. After working through this you will probably have some more questions :) On Oct 29, 2:33 pm, Denis Bahati wrote: > Hi All, > > Am creating application using django/python, i want to create a login form > where by

Login users

2009-10-29 Thread Denis Bahati
Hi All, Am creating application using django/python, i want to create a login form where by normal users can login through the web and access the system, i have a background with PHP but new to python/django. How can I implement this login? Currently am using the Django Admin page for login the sy