aboutsummaryrefslogtreecommitdiff
path: root/rpki/django_settings/rcynic.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-01-15 07:33:51 +0000
committerRob Austein <sra@hactrn.net>2016-01-15 07:33:51 +0000
commit7de85bc5d8cc7fc900f8646aa466af5d98da909e (patch)
tree45d7a1b46eabd9a7c400fd8899811cd2fa279486 /rpki/django_settings/rcynic.py
parent3903833d68da03e82d75a7c5d0dc0699a1c15bb0 (diff)
RRDP seems to work now, at least with RIPE's implementation.
svn path=/branches/tk705/; revision=6224
Diffstat (limited to 'rpki/django_settings/rcynic.py')
-rw-r--r--rpki/django_settings/rcynic.py7
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