summaryrefslogtreecommitdiff
path: root/Scipy2018
diff options
context:
space:
mode:
authorprashantsinalkar2018-08-02 18:51:26 +0530
committerprashantsinalkar2018-08-02 18:51:26 +0530
commit93672d14045bc03d5a8ff66edb45c416d1a426ec (patch)
tree80938d1155dfac7fa86c0806ccd2129819f92f14 /Scipy2018
parent34399d9dc502521e45cc865204e6fec14a0a0e11 (diff)
downloadSciPy2018-93672d14045bc03d5a8ff66edb45c416d1a426ec.tar.gz
SciPy2018-93672d14045bc03d5a8ff66edb45c416d1a426ec.tar.bz2
SciPy2018-93672d14045bc03d5a8ff66edb45c416d1a426ec.zip
fixed filename
Diffstat (limited to 'Scipy2018')
-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__)))