From 28d486870de2c68b53e544a7082c991983d0d763 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 28 Jun 2014 13:10:53 -0500 Subject: More changes for move to Django 1.7 The removal of the root `__init__.py` file is so the testing framework does consistent imports of our models now that the loading strategy has changed. Signed-off-by: Dan McGee --- urls.py | 1 - 1 file changed, 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 46c8ace6..e7f2b24c 100644 --- a/urls.py +++ b/urls.py @@ -18,7 +18,6 @@ our_sitemaps = { 'releases': sitemaps.ReleasesSitemap, } -admin.autodiscover() urlpatterns = [] # Public pages -- cgit v1.2.3-2-g168b