pracownia-timefall/hr_module/views.py
2020-11-22 13:08:09 -08:00

6 lines
185 B
Python

from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("Hello, world. You're at the app index.")