auth_user is a table that needs to be automatically created by Django. But this process is only triggered if you run:
auth_user
python manage.py migrate
Also, make sure you create a superuser with:
python manage.py createsuperuser