X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=urls.py;h=b79f80222f8b0cb5e92af6d1dd5fe3d3d052ba25;hp=3eb5e8e3fa7ab0ee677bde6c7156a65f5c4d920b;hb=37d43b093440f95a300477746154c09fcff12eeb;hpb=02c33ae78f2e81262b4fe779c72b02443ad8cf1e diff --git a/urls.py b/urls.py index 3eb5e8e..b79f802 100644 --- 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')),