evennia/apps/news/urls.py
2007-06-05 20:07:19 +00:00

6 lines
191 B
Python
Executable file

from django.conf.urls.defaults import *
urlpatterns = patterns('apps.news.views',
# (r'^news/show/(?P<entry_id>\d+)/$', 'show_news'),
# (r'^news/categories/list/$', 'recent_kills'),
)