Make migrations, template stuff
This commit is contained in:
5
core/views.py
Normal file
5
core/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.views import generic
|
||||
|
||||
|
||||
class Index(generic.TemplateView):
|
||||
template_name = 'index.html'
|
||||
Reference in New Issue
Block a user