Answer the question
In order to leave comments, you need to log in
How to create a personal account on the site?
Friends, share your experience, how did you implement the user's personal account on the site?
To be a little more precise, let's just take a page, it is also a page with a login form, then only personal user accounts. Should I use the built-in users in Django or write my own, given that registration is simple with email and password?
Answer the question
In order to leave comments, you need to log in
Можете сами написать, либо использовать готовые пакеты:
django-custom-user
django-authtools
Лично я, использовал django-authtools для личного кабинета.
I would take the standard Users model and add a Profile to it, through the O2O Field.
In view decorator @login_required
and render to data template after request.user check
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question