Files
dnd-db-site/links/views.py
T

5 lines
104 B
Python

from django.shortcuts import render
def index(request):
return render(request, 'links/index.html')