Browse Source

[django 1.7] remove admin.autodiscover() call

Natenom/support-murmur-13-1446181288462
Michael Ziegler 10 years ago
parent
commit
9871fdf734
  1. 3
      pyweb/urls.py

3
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

Loading…
Cancel
Save