fix loaddata import example in docs
This commit is contained in:
parent
721399f665
commit
655bed14fd
|
@ -24,7 +24,7 @@ $ docker exec -ti tubesync python3 /app/manage.py dumpdata > some-file.json
|
||||||
Then change you database backend over, then use
|
Then change you database backend over, then use
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker exec -ti tubesync python3 /app/manage.py loaddata some-file.json
|
$ cat some-file.json | docker exec -ti tubesync python3 /app/manage.py loaddata --format=json -
|
||||||
```
|
```
|
||||||
|
|
||||||
As detailed in the Django documentation:
|
As detailed in the Django documentation:
|
||||||
|
|
Loading…
Reference in New Issue