Files
music-tag-web/dj_flow/views.py
2022-03-01 16:58:51 +08:00

6 lines
99 B
Python

from django.shortcuts import render
def index(request):
return render(request, "index.html")