News app.
This commit is contained in:
parent
1e13d94b20
commit
e80fa61d03
4 changed files with 84 additions and 0 deletions
6
apps/news/urls.py
Executable file
6
apps/news/urls.py
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
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'),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue