aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2015-01-27 15:09:05 -0600
committerAndy Doan <andy.doan@linaro.org>2015-02-05 14:42:22 -0600
commitc18c7b822a21e8553568bd0b5e35e1bee560b981 (patch)
tree841c97b49c50bee48ece7fde5670709288397783 /settings.py
parentb4e9be816dfc2aed6cbdc1680da89d7d72afc4ef (diff)
better fix for fbdfdfab
This commit took a pretty complex way to include css/js. This uses a more common way and removes some complexity from code. Change-Id: Ib895a86a278cd27e48d3da83b768dbbfcabee4c9
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/settings.py b/settings.py
index fe07101..fbf74c8 100644
--- a/settings.py
+++ b/settings.py
@@ -239,12 +239,6 @@ TAB_PRIORITY = ['Release Notes',
'RTSM',
'OpenJDK']
-SUPPORTED_REMOTE_STATIC_FILES = {
- "linarofamily.js": "http://www.linaro.org/remote/js/linarofamily.js",
- "init.css": "http://www.linaro.org/remote/css/init.css",
- "remote.css": "http://www.linaro.org/remote/css/remote.css",
-}
-
MASTER_API_KEY = ""
# Try to import local_settings. If it doesn't exist, generate it. It contains