1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-27 02:43:01 +00:00
This commit is contained in:
quark 2024-05-24 21:47:30 +02:00
parent c27a8fefe5
commit 708216a67f

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 from django.apps import AppConfig
class FoodkfetConfig(AppConfig): class FoodkfetConfig(AppConfig):
name = 'foodkfet' name = 'food'
verbose_name = _('food')