Add a placeholder page, tbi.html, and a tbi view /tbi, that can be used to link to when a particular web feature isn't complete yet rather than leaving dead links.
This commit is contained in:
parent
6aab3a4145
commit
9db148f98c
5 changed files with 41 additions and 7 deletions
3
urls.py
3
urls.py
|
|
@ -18,6 +18,9 @@ urlpatterns = patterns('',
|
|||
|
||||
# News stuff
|
||||
(r'^news/', include('apps.news.urls')),
|
||||
|
||||
# Page place-holder for things that aren't implemented yet.
|
||||
(r'^tbi/', 'apps.website.views.to_be_implemented'),
|
||||
)
|
||||
|
||||
# If you'd like to serve media files via Django (strongly not recommended!),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue