mirror of https://github.com/r4sas/py-i2phosts
Hidden Z
14 years ago
1 changed files with 3 additions and 0 deletions
@ -1,5 +1,8 @@ |
|||||||
from django.conf.urls.defaults import * |
from django.conf.urls.defaults import * |
||||||
|
from pyi2phosts.lib.rss import LatestHostsFeed |
||||||
|
|
||||||
urlpatterns = patterns('pyi2phosts.latest.views', |
urlpatterns = patterns('pyi2phosts.latest.views', |
||||||
url(r'^$', 'latest', name='latest'), |
url(r'^$', 'latest', name='latest'), |
||||||
|
url(r'^rss/$', LatestHostsFeed()), |
||||||
|
|
||||||
) |
) |
||||||
|
Loading…
Reference in new issue