1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-30 04:21:39 +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
parent 7f182ee2ee
commit 89785ce632
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'