essensplan/cal/views.py

9 lines
155 B
Python
Raw Normal View History

2018-07-02 06:06:17 +00:00
from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse('hello')