summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-18 19:03:39 +0530
committerJayaram R Pai2014-09-18 19:03:39 +0530
commite3cecee7c0509fd694989189efb52bd364348192 (patch)
tree242c5546c8b88691e505a8768ada447f7a48e22e
parent4a6de8a503412149629637c8f40612d6b7c2b9df (diff)
downloadscipy2014-e3cecee7c0509fd694989189efb52bd364348192.tar.gz
scipy2014-e3cecee7c0509fd694989189efb52bd364348192.tar.bz2
scipy2014-e3cecee7c0509fd694989189efb52bd364348192.zip
updated static url
-rw-r--r--scipy/sample-config.py1
-rw-r--r--scipy/settings.py2
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 = (