aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/urls.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-21 01:06:47 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-21 01:06:47 -0800
commit34ce40fdb73eda0ae07ef62ddc713a4651b9bc7c (patch)
tree855728a24c7f63daa8d3adb7b10a3b155a371ab1 /bn_django/urls.py
parente9e6055c9fe102f0151ce4c3e33fd2f78c894f0a (diff)
downloadbnewnet-34ce40fdb73eda0ae07ef62ddc713a4651b9bc7c.tar.gz
bnewnet-34ce40fdb73eda0ae07ef62ddc713a4651b9bc7c.zip
created skeleton for git_wiki app
Diffstat (limited to 'bn_django/urls.py')
-rw-r--r--bn_django/urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bn_django/urls.py b/bn_django/urls.py
index 1993f26..59c7b0a 100644
--- a/bn_django/urls.py
+++ b/bn_django/urls.py
@@ -14,7 +14,8 @@ urlpatterns = patterns('',
(r'^copyright/$', 'django.views.generic.simple.direct_to_template', {'template': 'copyright.html'}),
- (r'^knowledge/', include('bn_django.git_wiki.urls')),
+ (r'^knowledge/', 'bn_django.git_wiki.views.frontpage',),
+ (r'^k/$', 'bn_django.git_wiki.views.frontpage',),
(r'^k/', include('bn_django.git_wiki.urls')),
(r'^code/', include('bn_django.git_browse.urls')),
(r'^photos/', include('bn_django.photos.urls')),