1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-08-23 05:28:17 +02:00
Files
nk20/apps/food/views.py
2024-07-22 15:52:09 +02:00

6 lines
126 B
Python

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