|
|
|
|
|
by andrewstuart
743 days ago
|
|
Django isn't batteries included despite everyone saying it is. Batteries included would mean inclusion of the most basic requirement of almost every web application - some sort of user signup/signin/forgot password auth and cookie/token flow. Django does not include anything for this and leaves it to the user to work out - and this tends to be one of the most complex parts of a new system. |
|
But it does: https://docs.djangoproject.com/en/5.0/topics/auth/default/#m...