This repository has been archived on 2025-04-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GestionaleITSPy/GestionaleITS/gestionale/apps.py
2024-10-09 21:10:49 +02:00

7 lines
152 B
Python

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