Firstly, I think this should be posted to the
django-us...@googlegroups.comgroup instead.
So, just make sure to post queries on using Django to there only.
Coming back to your question.
If you are using your own user model then, I hope you are using the not
using the import
'from django.contrib.a
Hello all,
For various reasons a client of mine requested that, other than using a
framework of their choice, I implement an authentication system
following their spec. I used Django and implemented my own app which
contains the usual models.py which implements a user object and so on.
Django has