mise en place du système autapp

This commit is contained in:
2024-07-14 15:10:33 +02:00
parent c29e106436
commit e02ae71c48
11 changed files with 80 additions and 0 deletions

6
authapp/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class AuthappConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'authapp'