Skip to content Skip to sidebar Skip to footer

Auth_user_model Refers To Model '%s' That Has Not Been Installed" % Settings.auth_user_model

Here is my settings. ########## APP CONFIGURATION DJANGO_APPS = ( # Default Django apps: 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.s

Solution 1:

Could be due to missing django make sure all the requirement have been install. If you are using VirtualEnv make sure you activate prior to starting your server using manage.py


Post a Comment for "Auth_user_model Refers To Model '%s' That Has Not Been Installed" % Settings.auth_user_model"