initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.shortcuts import render
|
||||
from django.views.generic import TemplateView, ListView
|
||||
|
||||
# Create your views here.
|
||||
|
||||
class IndexView(TemplateView):
|
||||
template_name = "apps/core/index.html"
|
||||
Reference in New Issue
Block a user