diff options
-rw-r--r-- | scipy/sample-config.py | 1 | ||||
-rw-r--r-- | scipy/settings.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scipy/sample-config.py b/scipy/sample-config.py index 6d7d980..a2e99cd 100644 --- a/scipy/sample-config.py +++ b/scipy/sample-config.py @@ -2,4 +2,3 @@ DB_ENGINE = 'django.db.backends.sqlite3' DB_NAME = 'scipy.db' DB_USER = '' DB_PASS = '' -SECRET_KEY = 'Use your secret key here' diff --git a/scipy/settings.py b/scipy/settings.py index d7e3200..b31d3b6 100644 --- a/scipy/settings.py +++ b/scipy/settings.py @@ -70,7 +70,7 @@ STATIC_ROOT = '' # URL prefix for static files. # Example: "http://example.com/static/", "http://static.example.com/" -STATIC_URL = '/static/' +STATIC_URL = '/2014/static/' # Additional locations of static files STATICFILES_DIRS = ( |