HighNeed_projekt_inz/highneed/events/views.py
Mikhail Ronchyk a3c0e6c382 loginform
2021-04-10 20:46:08 +03:00

9 lines
190 B
Python

from django.shortcuts import render
# Create your views here.
from django.http import HttpResponse, HttpResponseRedirect
def index(request):
return HttpResponseRedirect("index.html")