Init models

This commit is contained in:
Yohann D'ANELLO
2020-11-15 19:27:18 +01:00
parent a2597dec19
commit c04794081b
9 changed files with 331 additions and 2 deletions

5
lg/apps.py Normal file
View File

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