Some more work towards having a working news module. This isn't anywhere near ready yet!

This commit is contained in:
Greg Taylor 2007-06-12 03:37:22 +00:00
parent 115a420cee
commit ebb145654f
4 changed files with 27 additions and 47 deletions

View file

@ -15,6 +15,9 @@ urlpatterns = patterns('',
# Front page
(r'^', include('apps.website.urls')),
# News stuff
(r'^news/', include('apps.news.urls')),
)
# If you'd like to serve media files via Django (strongly not recommended!),