feat(api): create bulk_import command

- filter by allowed_extensions
This commit is contained in:
jo 2022-06-15 15:59:18 +02:00 committed by Kyle Robbertze
parent be9f36dbdc
commit 70a31338f7
9 changed files with 299 additions and 0 deletions

View file

@ -38,6 +38,7 @@ setup(
"django-filter~=21.1.0",
"drf-spectacular~=0.22.1",
"markdown",
"requests",
],
extras_require={
"prod": [
@ -50,6 +51,7 @@ setup(
"psycopg2-binary",
"pylint-django",
"pytest-django",
"requests-mock",
f"libretime-shared @ file://localhost/{here.parent / 'shared'}#egg=libretime_shared",
],
},