summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2018-08-02 17:37:15 +0530
committerprashantsinalkar2018-08-02 17:37:15 +0530
commit34399d9dc502521e45cc865204e6fec14a0a0e11 (patch)
tree368daae1d9c56f295c87f330cd9eab0ac46c710a
parent12e2fc377721da3bc68ba47f6b98efa157353c18 (diff)
downloadSciPy2018-34399d9dc502521e45cc865204e6fec14a0a0e11.tar.gz
SciPy2018-34399d9dc502521e45cc865204e6fec14a0a0e11.tar.bz2
SciPy2018-34399d9dc502521e45cc865204e6fec14a0a0e11.zip
added config import
-rw-r--r--Scipy2018/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scipy2018/settings.py b/Scipy2018/settings.py
index 7ede93c..53be450 100644
--- a/Scipy2018/settings.py
+++ b/Scipy2018/settings.py
@@ -11,6 +11,7 @@ https://docs.djangoproject.com/en/2.1/ref/settings/
"""
import os
+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__)))