1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00
Files
nk20/apps/food/views.py
2024-05-21 11:21:13 +02:00

6 lines
126 B
Python

from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse('test')