projects
/
matthijs
/
projects
/
dorestad-bookings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c33ae
)
tickets: Add url pattern for the booking view.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 18 Oct 2010 11:47:58 +0000
(13:47 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 18 Oct 2010 11:49:20 +0000
(13:49 +0200)
urls.py
patch
|
blob
|
history
diff --git
a/urls.py
b/urls.py
index 3eb5e8e3fa7ab0ee677bde6c7156a65f5c4d920b..b79f80222f8b0cb5e92af6d1dd5fe3d3d052ba25 100644
(file)
--- a/
urls.py
+++ b/
urls.py
@@
-5,6
+5,7
@@
from django.conf.urls.defaults import *
# admin.autodiscover()
urlpatterns = patterns('',
+ (r'^reserveren/$', 'dorestad-bookings.tickets.views.book'),
# Example:
# (r'^dorestad1493/', include('dorestad1493.foo.urls')),