First version of calendar

This commit is contained in:
2022-06-28 16:54:43 +03:00
parent 23d55ed995
commit 8939446636
15 changed files with 128 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from django.http import HttpResponse
from django.shortcuts import render
def index(request):
return render(request, 'faerun_calendar/index.html')
# return HttpResponse('<h1>Calendar</h1>')