summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-06-07 17:22:53 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-06-07 17:22:53 +0200
commit55d98517fede51fb945f48ecb73a02e52ebd4158 (patch)
tree83d33b07d280411b5e27c6998b2684a0b7d67635 /settings.py
parent11102b21604a72fdbc7eda31dabdb8e8107fb5c8 (diff)
downloadChimère-55d98517fede51fb945f48ecb73a02e52ebd4158.tar.bz2
Chimère-55d98517fede51fb945f48ecb73a02e52ebd4158.zip
Better management of static files
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 5d554ce..019b675 100644
--- a/settings.py
+++ b/settings.py
@@ -17,6 +17,8 @@ EMAIL_HOST = 'localhost'
STATIC_URL = '/static/'
STATIC_ROOT = ROOT_PATH + 'static/'
+STATICFILES_DIRS = (ROOT_PATH + 'project_static',)
+
TINYMCE_URL = '/tinymce/'
JQUERY_JS_URLS = ('/javascript/jquery/jquery.js',
'/javascript/jquery-ui/jquery-ui.js',)