ft_transcendence/django/trancendence/profils/apps.py
2023-10-24 18:28:42 +02:00

7 lines
146 B
Python

from django.apps import AppConfig
class ProfilsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'profils'