Web stuff is once again working with the development server. This is mostly useful for the admin interface.
This commit is contained in:
parent
5249f27074
commit
714804e253
7 changed files with 12 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.conf.urls.defaults import *
|
||||
|
||||
urlpatterns = patterns('webapps.news.views',
|
||||
urlpatterns = patterns('game.web.apps.news.views',
|
||||
(r'^show/(?P<entry_id>\d+)/$', 'show_news'),
|
||||
(r'^archive/$', 'news_archive'),
|
||||
(r'^search/$', 'search_form'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue