1
0
Fork 0
IdreXyz/idre/views.py

6 lines
104 B
Python
Raw Permalink Normal View History

from django.shortcuts import render
2016-02-02 18:28:58 +01:00
def about_view(request):
return render(request, "about.html")