diff options
author | hardythe1 | 2015-06-18 15:50:32 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-18 15:50:32 +0530 |
commit | a4a2fcc2dfc387509cc60575bf3137d5ceca99bf (patch) | |
tree | f4459cf411aae7683c05e17e8c8dd9835162df5c /scipy2015/settings.py | |
parent | 9262e18938a52144b74fb312d30feda96e356e39 (diff) | |
download | SciPy2015-a4a2fcc2dfc387509cc60575bf3137d5ceca99bf.tar.gz SciPy2015-a4a2fcc2dfc387509cc60575bf3137d5ceca99bf.tar.bz2 SciPy2015-a4a2fcc2dfc387509cc60575bf3137d5ceca99bf.zip |
static change
Diffstat (limited to 'scipy2015/settings.py')
-rw-r--r-- | scipy2015/settings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scipy2015/settings.py b/scipy2015/settings.py index 1186d26..b1ef70f 100644 --- a/scipy2015/settings.py +++ b/scipy2015/settings.py @@ -52,6 +52,13 @@ TEMPLATE_DIRS = ( os.path.join(BASE_DIR, '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'), +) + ROOT_URLCONF = 'scipy2015.urls' WSGI_APPLICATION = 'scipy2015.wsgi.application' |