phase2: add modular apps, auth scaffolding, and base template routing
This commit is contained in:
5
apps/scouting/views.py
Normal file
5
apps/scouting/views.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
class ScoutingHomeView(TemplateView):
|
||||
template_name = "scouting/index.html"
|
||||
Reference in New Issue
Block a user