1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-27 11:05:22 +02:00
Files
ansible
apps
activity
api
food
api
fixtures
migrations
templates
tests
__init__.py
admin.py
apps.py
forms.py
models.py
tables.py
urls.py
utils.py
views.py
logs
member
note
permission
registration
scripts
treasury
wei
wrapped
docs
locale
note_kfet
.dockerignore
.env_example
.gitignore
.gitlab-ci.yml
.gitmodules
COPYING
Dockerfile
README.md
entrypoint.sh
manage.py
nginx_note.conf_example
note.cron
requirements.txt
tox.ini
uwsgi_note.ini
nk20/apps/food/apps.py
2025-03-09 18:14:58 +01:00

12 lines
267 B
Python

# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.utils.translation import gettext_lazy as _
from django.apps import AppConfig
class FoodkfetConfig(AppConfig):
name = 'food'
verbose_name = _('food')