linbei/dashboard/views.py

6 lines
133 B
Python
Raw Normal View History

2019-09-05 09:10:53 +00:00
from django.shortcuts import render
# Create your views here.
def index(request):
return render(request,'dashboard/index.html')