1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-08-05 14:49:22 +02:00

Création de l'apps et de la base de donnée

This commit is contained in:
quark
2024-05-17 20:46:38 +02:00
committed by korenstin
parent 74de358953
commit 9e6342c929
9 changed files with 368 additions and 0 deletions

5
apps/food/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class FoodkfetConfig(AppConfig):
name = 'foodkfet'