add first control app
This commit is contained in:
parent
6b373246e8
commit
0f65f63eab
11 changed files with 91 additions and 16 deletions
7
src/c3nav/control/views.py
Normal file
7
src/c3nav/control/views.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
|
||||
def index(request):
|
||||
return render(request, 'control/base.html')
|
||||
|
||||
# Create your views here.
|
Loading…
Add table
Add a link
Reference in a new issue