Files
kontor/django/kontor/homeoffice/views.py
T
2025-01-14 15:35:53 +01:00

6 lines
135 B
Python
Executable File

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