Import of admin module is needed to do admin.autodiscover()

This commit is contained in:
Bradley M. Kuhn 2013-04-26 13:11:25 -04:00
parent 1e119efb7a
commit 6245f886f0

View file

@ -19,6 +19,7 @@
from django.conf.urls.defaults import *
from conservancy.feeds import feed_dict
from django.contrib import admin
handler404 = 'modpythoncustom.view404'