1
0
Fork 0
IdreXyz/idre/views.py
2016-02-02 18:28:58 +01:00

6 lines
104 B
Python

from django.shortcuts import render
def about_view(request):
return render(request, "about.html")