Files
Django-Inventory-App/static_project/static_app/views.py

6 lines
135 B
Python

from django.shortcuts import render
# Create your views here.
def index(request):
return render(request, 'static_app/index.html')