3 changed files with 6 additions and 0 deletions
@ -0,0 +1 @@ |
|||
výchozí stránka |
@ -1,3 +1,5 @@ |
|||
from django.shortcuts import render |
|||
|
|||
# Create your views here. |
|||
def index(request): |
|||
return render(request, "seasons/index.html") |
|||
|
Loading…
Reference in new issue