User authentication in Django

   If you want to wirte a user authentication module with Django. Then you don't have to. Because Django has one.

   Check this:http://docs.djangoproject.com/en/dev/topics/auth/

   Actually, before if you do anything with Django, check if it is already done by Django at http://docs.djangoproject.com.

0 评论: