devicehub-django/lot/apps.py
Cayo Puigdefabregas 80668b3ec8 base of proyect
2024-06-12 09:32:49 +02:00

7 lines
138 B
Python

from django.apps import AppConfig
class LotConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "lot"