This commit is contained in:
quark 2024-05-24 21:47:30 +02:00 committed by korenstin
parent adacc293f5
commit 4c390dce17
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.apps import AppConfig
class FoodkfetConfig(AppConfig):
name = 'foodkfet'
name = 'food'
verbose_name = _('food')