dockered
This commit is contained in:
7
django/frontend/views.py
Normal file
7
django/frontend/views.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
|
||||
|
||||
def index_view(req):
|
||||
return render(req, 'index.html');
|
Reference in New Issue
Block a user