From 087a02838877b34cc9deb368412567b92bd742b8 Mon Sep 17 00:00:00 2001 From: expo Date: Sun, 21 Jun 2015 15:08:09 +0100 Subject: Moved notable caves to settings.py, link to a script to fix permissions --- settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.py') 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. -- cgit v1.2.3