add first control app

This commit is contained in:
Laura Klünder 2016-08-17 14:34:43 +02:00
parent 6b373246e8
commit 0f65f63eab
11 changed files with 91 additions and 16 deletions

View file

@ -0,0 +1,7 @@
from django.shortcuts import render
def index(request):
return render(request, 'control/base.html')
# Create your views here.