aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2012-10-10 16:52:13 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2012-10-10 16:52:13 +0200
commit72ee29f4b7413dcfa6263db926b17d42d4bd5468 (patch)
tree22801ee1fa270f2eb65463977474d59e08d82ced /settings.py
parentfeb765932fb93523777ffa912bf677c27877aba5 (diff)
Add initial css and js. Implement tabs on pages without meaningful data.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 165026b..0fc11ef 100644
--- a/settings.py
+++ b/settings.py
@@ -7,6 +7,9 @@ TEMPLATE_DEBUG = DEBUG
PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
ROOT_DIR = os.path.split(PROJECT_ROOT)[-1]
+ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
+JS_PATH = os.path.join(ROOT_PATH, "js")
+CSS_PATH = os.path.join(ROOT_PATH, "css")
ADMINS = (
('linaro-infrastructure', 'infrastructure@linaro.org'),