problem with admin autodiscover
authorymh <ymh.work@gmail.com>
Fri, 20 Mar 2015 00:14:43 +0100
changeset 565 31d3179935d9
parent 564 1df39ecb3da0
child 566 8d2f2f355c6e
problem with admin autodiscover
src/hdabo/urls.py
--- a/src/hdabo/urls.py	Fri Mar 20 00:04:28 2015 +0100
+++ b/src/hdabo/urls.py	Fri Mar 20 00:14:43 2015 +0100
@@ -5,9 +5,6 @@
 from .views import AddOrUpdateFolder, Folders, SearchDatasheet, DeleteFolder
 
 
-# Uncomment the next two lines to enable the admin:
-admin.autodiscover()
-
 urlpatterns = patterns('',
     # Examples:
     # url(r'^$', 'hdabo.views.home', name='home'),