Improve import command
This commit is contained in:
parent
b11cfa03ea
commit
1d6c52325c
30 changed files with 2628 additions and 554 deletions
|
|
@ -12,3 +12,9 @@ uv run python manage.py collectstatic
|
|||
uv run python manage.py runserver
|
||||
uv run pytest
|
||||
```
|
||||
|
||||
## Import Drops
|
||||
|
||||
```bash
|
||||
uv run python manage.py better_import_drops <file|dir> [--recursive] [--verbose] [--crash-on-error] [--skip-broken-moves]
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue