As I mentioned in title:
How do I install and use auth_user table ?? No guidelines or steps has been provided for creation of auth_user database table, thus getting error as below:
django.db.utils.OperationalError: no such table: auth_user
[24/Sep/2024 00:54:36] "POST /api/v1/auth/register/ HTTP/1.1" 500 189594
I am using Python 3.12.x, and I've fixed most issues related to Python & Django version mismatches, but this one ? I am stuck.