diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
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. |