mirror of https://gitlab.crans.org/bde/nk20
nom app
This commit is contained in:
parent
adacc293f5
commit
4c390dce17
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue