문제

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!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top