summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Scipy2018/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scipy2018/settings.py b/Scipy2018/settings.py
index 53be450..3437c61 100644
--- a/Scipy2018/settings.py
+++ b/Scipy2018/settings.py
@@ -11,7 +11,7 @@ https://docs.djangoproject.com/en/2.1/ref/settings/
"""
import os
-from scipy2018.config import *
+from Scipy2018.config import *
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))