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

View File

@ -37,6 +37,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'lg',
]
MIDDLEWARE = [