PonyConf/ponyconf/views.py

6 lines
106 B
Python

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