Need to import these classes for urls to use them.

This commit is contained in:
Bradley M. Kuhn 2014-07-14 10:55:58 -04:00
parent 2c63f6b33e
commit 10b785b04d

View file

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