[SOLVED / FIXED] django.core.exceptions.ImproperlyConfigured: Requested setting AUTH_USER_MODEL
ERROR / PROBLEM:
Starting the Python Shell in the terminal inside virtual environment.
SOLUTION / FIX:
Instead of just using "python" command, use python manage.py shell, and this error will be fixed.