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

7 lines
148 B
Python

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