1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-02-11 09:41:17 +00:00
nk20/apps/food/views.py

6 lines
126 B
Python

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