summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-06-28 13:10:53 -0500
committerDan McGee <dan@archlinux.org>2014-09-01 18:26:05 -0500
commit28d486870de2c68b53e544a7082c991983d0d763 (patch)
tree91dc22627a052462213f5131492ad63028192cb2 /urls.py
parentdf672693d9530acadcac0cbc75553749fb58f9cd (diff)
downloadarchweb-28d486870de2c68b53e544a7082c991983d0d763.tar.gz
archweb-28d486870de2c68b53e544a7082c991983d0d763.zip
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 <dan@archlinux.org>
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
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