aboutsummaryrefslogtreecommitdiff
path: root/rpki/django_settings/pubd.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/django_settings/pubd.py')
-rw-r--r--rpki/django_settings/pubd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpki/django_settings/pubd.py b/rpki/django_settings/pubd.py
index 80618652..6f1fe06b 100644
--- a/rpki/django_settings/pubd.py
+++ b/rpki/django_settings/pubd.py
@@ -33,9 +33,9 @@ DATABASES = dict(
PASSWORD = cfg.get("sql-password", section = "pubd")))
-# Apps -- see comment in .common re "south" app.
+# Apps.
-INSTALLED_APPS.append("rpki.pubdb")
+INSTALLED_APPS = ["rpki.pubdb"]
# Allow local site to override any setting above -- but if there's