Add: base importer app
This commit is contained in:
parent
89e6f2e271
commit
14acfbe73b
4 changed files with 7 additions and 0 deletions
0
backend/apps/importer/__init__.py
Normal file
0
backend/apps/importer/__init__.py
Normal file
6
backend/apps/importer/apps.py
Normal file
6
backend/apps/importer/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AppsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.importer"
|
0
backend/apps/importer/tasks.py
Normal file
0
backend/apps/importer/tasks.py
Normal file
|
@ -61,6 +61,7 @@ INSTALLED_APPS = [
|
|||
"apps",
|
||||
"apps.archive",
|
||||
"apps.files",
|
||||
"apps.importer",
|
||||
# App for handeling deletion to of model files
|
||||
"django_cleanup.apps.CleanupConfig",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue