summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2015-06-21 15:08:09 +0100
committerexpo <expo@expobox.potato.hut>2015-06-21 15:08:09 +0100
commit087a02838877b34cc9deb368412567b92bd742b8 (patch)
tree4428a1b56fd93e54c23d40d20113861944a7fd08 /settings.py
parent9fd6163704d5b4919a2b3f851d157f684b27f842 (diff)
downloadtroggle-087a02838877b34cc9deb368412567b92bd742b8.tar.gz
troggle-087a02838877b34cc9deb368412567b92bd742b8.tar.bz2
troggle-087a02838877b34cc9deb368412567b92bd742b8.zip
Moved notable caves to settings.py, link to a script to fix permissions
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 0032c2a..ca3011e 100644
--- a/settings.py
+++ b/settings.py
@@ -30,6 +30,8 @@ SITE_ID = 1
# to load the internationalization machinery.
USE_I18N = True
+FIX_PERMISSIONS = []
+NOTABLECAVESHREFS = [ "161", "204", "258", "76", "107", "264" ]
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.