ft_transcendence/srcs/profiles/apps.py

7 lines
148 B
Python
Raw Normal View History

2023-11-23 10:43:30 -05:00
from django.apps import AppConfig
class ProfilesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'profiles'