TEMPLATE Ready
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
class IndexView(TemplateView):
|
||||
template_name = 'apps/core/index.html'
|
||||
Reference in New Issue
Block a user