Improvements on the news app. It's not nearly done yet, don't bother playing with it for a while unless you're really curious and want to see ugly, un-refined code :)
This commit is contained in:
parent
9db148f98c
commit
648bee599e
8 changed files with 160 additions and 13 deletions
|
|
@ -2,5 +2,7 @@ from django.conf.urls.defaults import *
|
|||
|
||||
urlpatterns = patterns('apps.news.views',
|
||||
(r'^show/(?P<entry_id>\d+)/$', 'show_news'),
|
||||
# (r'^news/categories/list/$', 'recent_kills'),
|
||||
(r'^archive/$', 'news_archive'),
|
||||
(r'^search/$', 'search_form'),
|
||||
(r'^search/results/$', 'search_results'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue