zitate/settings/views.py
Jochen Mehlich 17e61ca66f
All checks were successful
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 15s
Django Backend Validation / build (debian-latest, 3.12) (push) Successful in 14s
Django Backend Validation / build (ubuntu-latest, 3.10) (push) Successful in 13s
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Successful in 14s
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Successful in 15s
Django Backend Validation / build (debian-latest, 3.10) (push) Successful in 13s
added settings app
Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
2024-08-28 15:19:06 +02:00

8 lines
148 B
Python

from django.http import HttpResponse
from django.shortcuts import render
# Create your views here.
def home(request):
return HttpResponse('')