feat(api): create bulk_import command
- filter by allowed_extensions
This commit is contained in:
parent
be9f36dbdc
commit
70a31338f7
9 changed files with 299 additions and 0 deletions
|
@ -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",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue