mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
5 lines
102 B
Python
5 lines
102 B
Python
from django.shortcuts import render
|
|
|
|
|
|
def index(request):
|
|
return render(request, "db-index.html")
|