Skip to content

Commit 0e45168

Browse files
committed
Fixture to feed the bookstore
1 parent d5f90ac commit 0e45168

File tree

2 files changed

+7850
-0
lines changed

2 files changed

+7850
-0
lines changed

demo/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ This will create the SQLite database and sync its models:
1616
```sh
1717
django-admin migrate --settings=demo_chunkator.settings
1818
```
19+
20+
### Feed the "bookstore"
21+
22+
We're providing a sample ``book.json`` fixture, to load into your DB like this:
23+
24+
```sh
25+
django-admin loaddata --settings=demo_chunkator.settings book.json
26+
```

0 commit comments

Comments
 (0)