Re: Best Practices Creating a User

2020-05-05 Thread Jure Erznožnik
I think you found the wrong mailing list for this question. Might I suggest you try django-us...@googlegroups.com? The question seems better suited there. LP, Jure On 05/05/2020 14:47, 'Debjyoti Biswas' via Django developers (Contributions to Django itself) wrote: Hi I am a new Django user,

Best Practices Creating a User

2020-05-05 Thread 'Debjyoti Biswas' via Django developers (Contributions to Django itself)
Hi I am a new Django user, I am working on a platform and I chose Django to develop it solely because of how "batteries included" it feels. I have to create users for my platform when they sign up, I was just wondering if its best practice to use `User` from `django.contrib.auth.models` for th