We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae0ca8 commit 7f04195Copy full SHA for 7f04195
config/settings.py
@@ -195,4 +195,4 @@
195
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
196
197
# Custom Model to use for authentication
198
-AUTH_USER_MODEL = 'users.CustomUser'
+AUTH_USER_MODEL = 'users.CustomUser'
manage.py
@@ -8,7 +8,7 @@ def main():
8
"""Run administrative tasks."""
9
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings')
10
try:
11
- from django.config.management import execute_from_command_line
+ from django.core.management import execute_from_command_line
12
except ImportError as exc:
13
raise ImportError(
14
"Couldn't import Django. Are you sure it's installed and "
0 commit comments