mirror of
https://github.com/tanrax/SSE-Fake.git
synced 2024-11-10 01:55:41 +01:00
6 lines
103 B
Python
6 lines
103 B
Python
from django.shortcuts import render
|
|
|
|
|
|
def index(request):
|
|
return render(request, "index.html", {})
|