Make migrations, template stuff

This commit is contained in:
2021-02-14 12:48:12 +00:00
parent 5874c5299b
commit 82ebef8465
7 changed files with 107 additions and 3 deletions

5
core/views.py Normal file
View File

@@ -0,0 +1,5 @@
from django.views import generic
class Index(generic.TemplateView):
template_name = 'index.html'