
4 changed files with 5 additions and 1 deletions
@ -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