ft_transcendence/srcs/profiles/apps.py
2023-11-23 16:43:30 +01:00

7 lines
148 B
Python

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