add route for djangohosting
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
f311cbc059
commit
5666821682
2 changed files with 4 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ from . import views
|
|||
urlpatterns = [
|
||||
url(r'^$', views.index, name='index'),
|
||||
url(r'beta$', views.beta, name='beta'),
|
||||
url(r'djangohosting$', views.djangohosting, name='djangohosting'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue