Reputation: 9595
I have been learning django pretty quickly, yet have stumbled a little bit on how to make and deploy a registration system that works with auth. I have read the tutorial on djangobook (yes I know it's 'outdated') but the style of writing seems a bit all over the place, and it doesn't really give me a concrete working example to look at.
That being the case, I am looking for a concrete example (one that can be deployed on a serious user heavy website). If anyone has any good tutorials and or examples to share, I would love the extra help.
Thank you!
Upvotes: 0
Views: 169
Reputation: 51
If you're trying to build a registration system, there is actually no need. Here is something that already works - https://bitbucket.org/ubernostrum/django-registration/
It has good documentation as well and is pretty easy to set up.
Upvotes: 1