mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-05-01 22:21:14 +08:00
6 lines
99 B
Python
6 lines
99 B
Python
from django.shortcuts import render
|
|
|
|
|
|
def index(request):
|
|
return render(request, "index.html")
|