This commit is contained in:
Fergal Moran
2017-05-09 23:31:55 +01:00
parent 4333677844
commit 0c4e910b9e
380 changed files with 127165 additions and 46 deletions

5
dispatcher/urls.py Executable file
View File

@@ -0,0 +1,5 @@
from django.conf.urls import url
urlpatterns = [
url(r'^(?P<dispatch_id>\w+)/$', 'dispatcher.views.dispatch'),
]