init
This commit is contained in:
13
backend-django/backend/apps.py
Normal file
13
backend-django/backend/apps.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Ce fichier est créé pour inclure toute configuration de l'application.
|
||||
"""
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BackendConfig(AppConfig):
|
||||
"""Cette classe permet de configurer les variables du backend.
|
||||
|
||||
"""
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'backend'
|
||||
Reference in New Issue
Block a user