Added template and view that uses static assets
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def index(request):
|
||||
return render(request, 'static_app/index.html')
|
||||
|
Reference in New Issue
Block a user