Files
WYGIWYH/app/apps/export_app/apps.py
Herculino Trotta 3080df9b66 feat: export (WIP)
2025-02-18 19:55:12 -03:00

7 lines
153 B
Python

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