Django registration | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Django registration

Is it acceptable if I use for auth my base web app instead of "accounts" app? What problems I may run into if I will go this way?

10th Oct 2019, 7:36 PM
Артур
Артур - avatar
1 ответ
0
I'll try to tell more clearly. For example, I have Django project named "mysite", and inside it located an app named "blog". Is it good if I will place user models, urls etc for auth in models.py, urls.py etc of my "blog" app, or it's better to make "accounts" app with its models.py etc with its user model.
11th Oct 2019, 8:01 AM
Артур
Артур - avatar