diff options
author | hardythe1 | 2015-06-18 15:56:57 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-18 15:56:57 +0530 |
commit | 3831620d70c8902b5ed00931fb345515315e490c (patch) | |
tree | a77983c9e5258ca0d75fee90a81aae2f1003e66f /scipy2015 | |
parent | a4a2fcc2dfc387509cc60575bf3137d5ceca99bf (diff) | |
download | SciPy2015-3831620d70c8902b5ed00931fb345515315e490c.tar.gz SciPy2015-3831620d70c8902b5ed00931fb345515315e490c.tar.bz2 SciPy2015-3831620d70c8902b5ed00931fb345515315e490c.zip |
static path
Diffstat (limited to 'scipy2015')
-rw-r--r-- | scipy2015/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scipy2015/settings.py b/scipy2015/settings.py index b1ef70f..0ae22d3 100644 --- a/scipy2015/settings.py +++ b/scipy2015/settings.py @@ -49,14 +49,14 @@ MIDDLEWARE_CLASSES = ( ) TEMPLATE_DIRS = ( - os.path.join(BASE_DIR, 'templates'), + os.path.join(BASE_DIR, '../website/templates'), ) STATICFILES_DIRS = ( # Put strings here, like "/home/html/static" or "C:/www/django/static". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. - os.path.join(BASE_DIR, 'static'), + os.path.join(BASE_DIR, '../website/static'), ) ROOT_URLCONF = 'scipy2015.urls' |