ft_transcendence/django/trancendence/profils/apps.py

7 lines
146 B
Python
Raw Normal View History

2023-10-24 12:28:42 -04:00
from django.apps import AppConfig
class ProfilsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'profils'