Initial import of the database bootstrap app
This commit is contained in:
6
apps/bootstrap/urls.py
Normal file
6
apps/bootstrap/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf.urls.defaults import patterns, url
|
||||
|
||||
urlpatterns = patterns('bootstrap.views',
|
||||
url(r'^type/list/$', 'bootstrap_type_list', (), 'bootstrap_type_list'),
|
||||
url(r'^(?P<bootstrap_name>\w+)/execute/$', 'bootstrap_execute', (), 'bootstrap_execute'),
|
||||
)
|
||||
Reference in New Issue
Block a user