From 9871fdf734b0d1dcb60dc7448b3c78670e3e79c4 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Tue, 2 Sep 2014 12:38:30 +0200 Subject: [PATCH] [django 1.7] remove admin.autodiscover() call --- pyweb/urls.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyweb/urls.py b/pyweb/urls.py index 0870748..c4c8c03 100644 --- a/pyweb/urls.py +++ b/pyweb/urls.py @@ -16,10 +16,7 @@ """ from django.conf.urls import patterns, include - -# Uncomment the next two lines to enable the admin: from django.contrib import admin -admin.autodiscover() from django.conf import settings