mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-27 10:53:02 +00:00
12 lines
267 B
Python
12 lines
267 B
Python
# Copyright (C) 2018-2024 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')
|