pracownia-timefall/hr_module/views.py

6 lines
185 B
Python
Raw Normal View History

2020-11-22 22:08:09 +01:00
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.")