1👍
✅
The auth_user
table keeps track of registered users for Django’s included auth system.
The Users
table is not created by Django. It must be created by a third-party Django app you are using, or it is created through some other process entirely.
Source:stackexchange.com