mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-14 12:43:22 +02:00
6 lines
148 B
Python
6 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ExporterConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "exporter"
|