mirror of
https://github.com/tanrax/SSE-Fake.git
synced 2024-11-12 18:55:42 +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", {})
|