add control panel index
This commit is contained in:
parent
65917be3e0
commit
01b703fad2
9 changed files with 43 additions and 5 deletions
|
@ -0,0 +1,5 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
|
||||
def main_index(request):
|
||||
return render(request, 'control/index.html', {})
|
Loading…
Add table
Add a link
Reference in a new issue