Add: base for importer app

This commit is contained in:
Aroy-Art 2024-06-15 22:55:01 +02:00
parent 42cecd1a96
commit aa7bb0b2b0
Signed by: Aroy
GPG key ID: DB9689E9391DD156
2 changed files with 7 additions and 0 deletions

View file

View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class ImporterConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.importer'
label = 'apps.importer'