Need to import these classes for urls to use them.
This commit is contained in:
parent
2c63f6b33e
commit
10b785b04d
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
from django.conf.urls.defaults import *
|
from django.conf.urls.defaults import *
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
from conservancy.feeds import BlogFeed, PressReleaseFeed, OmnibusFeed
|
||||||
|
|
||||||
handler404 = 'modpythoncustom.view404'
|
handler404 = 'modpythoncustom.view404'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue