From 9aa4f71e89de9e9189571c68ba1589024f77d71a Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 8 Oct 2015 02:17:47 +0000 Subject: Initial sorta-mostly-working with Django 1.8. Incredibly noisy due to incomprehensible advance depreciation warnings for Django 1.9. svn path=/branches/tk705/; revision=6100 --- rpki/django_settings/common.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'rpki/django_settings/common.py') diff --git a/rpki/django_settings/common.py b/rpki/django_settings/common.py index 330ab165..a1d54c71 100644 --- a/rpki/django_settings/common.py +++ b/rpki/django_settings/common.py @@ -56,11 +56,10 @@ if os.getenv("RPKI_DJANGO_DEBUG") == "yes": # fragile, tedious to use, and generally more complex than we need, # because any given program is only going to be using one database. -# Figure out which apps we're running. Modules that import this add -# others. "south" will go away when we upgrade to Django 1.7+, at -# which point we may leave this entirely for the importing modules. -INSTALLED_APPS = ["south"] +# Apps are also handled by the modules that import this one, now that +# we don't require South. + # That would be it if we just need the ORM, but Django throws a hissy # fit if SECRET_KEY isn't set, whether we use it for anything or not. -- cgit v1.2.3