Added template and view that uses static assets

This commit is contained in:
2025-05-29 15:43:13 -04:00
parent 729c70d879
commit c80573e567
6 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,5 @@
from django.shortcuts import render
# Create your views here.
def index(request):
return render(request, 'static_app/index.html')