Django_portfolio/projects/views.py

6 lines
140 B
Python

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