-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication
grimertop90 edited this page Oct 4, 2011
·
1 revision
auth
is a built-in app within Django. There aren't many very extensive tutorials on all the app's features.
Here's a few that may be useful:
Documentation on the contents of the auth
app: https://docs.djangoproject.com/en/dev/topics/auth/
Tutorial on adding auth
to your current site: http://codingnstuff.com/2010/01/create-your-user-management-frontend-in-django/