Some more work towards having a working news module. This isn't anywhere near ready yet!
This commit is contained in:
parent
115a420cee
commit
ebb145654f
4 changed files with 27 additions and 47 deletions
3
urls.py
3
urls.py
|
|
@ -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!),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue