Files
CenterPes/Client/apps.py
2025-11-01 18:10:39 -03:00

7 lines
144 B
Python

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