diff options
Diffstat (limited to 'rpki/django_settings/rcynic.py')
-rw-r--r-- | rpki/django_settings/rcynic.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rpki/django_settings/rcynic.py b/rpki/django_settings/rcynic.py index 90491ddc..0845604c 100644 --- a/rpki/django_settings/rcynic.py +++ b/rpki/django_settings/rcynic.py @@ -51,6 +51,13 @@ del DatabaseConfigurator INSTALLED_APPS = ["rpki.rcynicdb"] +# Debugging +# +# DO NOT ENABLE DJANGO DEBUGGING IN PRODUCTION! +# +#DEBUG = True + + # Allow local site to override any setting above -- but if there's # anything that local sites routinely need to modify, please consider # putting that configuration into rpki.conf and just adding code here |