mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-08 21:04:17 +00:00
pyi2phosts/latest/urls.py: enable rss feed for latest hosts
This commit is contained in:
parent
2582283863
commit
ba5ae8decc
@ -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…
x
Reference in New Issue
Block a user