# HG changeset patch # User ymh # Date 1426806883 -3600 # Node ID 31d3179935d90cf0cf5379a8b808434716773e56 # Parent 1df39ecb3da04d9a10f5b82b09d735fa0ccf15ef problem with admin autodiscover diff -r 1df39ecb3da0 -r 31d3179935d9 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'),