M1-Palto-Server/Palto/Palto/apps.py
2023-11-30 21:53:16 +01:00

13 lines
265 B
Python

"""
Apps for the Palto project.
The app is the configuration for this part of the project.
"""
from django.apps import AppConfig
class PaltoConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = "Palto.Palto"
label = "Palto"