add route for djangohosting

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-07-28 21:22:06 +02:00
commit b2c120fd9e
2 changed files with 4 additions and 0 deletions

View file

@ -29,5 +29,8 @@ def index(request):
return render(request, 'railshosting/index.html', context)
def djangohosting(request):
return render(request, 'railshosting/django.html')
def beta(request):
return render(request, 'railshosting/beta.html')