1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 18:02:50 +02:00

Create models

This commit is contained in:
Yohann D'ANELLO
2020-04-29 04:06:02 +02:00
parent 8cde47bab7
commit 6a3390bb8d
14 changed files with 428 additions and 1 deletions

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

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