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
commit7aed3d3b3060f65edc436dfc5592aa3625fb746d (patch)
tree4428a1b56fd93e54c23d40d20113861944a7fd08 /settings.py
parent4771f52b20785a9ea7ce7598922e5fb9265921a7 (diff)
downloadtroggle-7aed3d3b3060f65edc436dfc5592aa3625fb746d.tar.gz
troggle-7aed3d3b3060f65edc436dfc5592aa3625fb746d.tar.bz2
troggle-7aed3d3b3060f65edc436dfc5592aa3625fb746d.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.