diff options
author | hardythe1 | 2015-06-25 16:17:57 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-25 16:17:57 +0530 |
commit | bf30b60b10a54e872db9ad897b42a70725a003ae (patch) | |
tree | 142f37ad66ea6d948b62b97d0d4725b2cd535ce5 /scipy2015 | |
parent | 3979251be1debdc8f4ccfdbbb3fcac68acd1b325 (diff) | |
download | SciPy2015-bf30b60b10a54e872db9ad897b42a70725a003ae.tar.gz SciPy2015-bf30b60b10a54e872db9ad897b42a70725a003ae.tar.bz2 SciPy2015-bf30b60b10a54e872db9ad897b42a70725a003ae.zip |
add guidelines & important dates for CFP
Diffstat (limited to 'scipy2015')
-rw-r--r-- | scipy2015/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy2015/settings.py b/scipy2015/settings.py index ed1944f..3bd5ed1 100644 --- a/scipy2015/settings.py +++ b/scipy2015/settings.py @@ -9,7 +9,7 @@ https://docs.djangoproject.com/en/1.6/ref/settings/ """ # Build paths inside the project like this: os.path.join(BASE_DIR, ...) -from loacl import * +from local import * import os BASE_DIR = os.path.dirname(os.path.dirname(__file__)) |