django-ex/openshift/views.py
Rodolfo Carvalho fe41f577cd Add demo app
2015-05-24 13:10:47 +02:00

6 lines
135 B
Python

from django.shortcuts import render
# Create your views here.
def index(request):
return render(request, 'openshift/index.html')