We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f90ac commit 0e45168Copy full SHA for 0e45168
demo/README.md
@@ -16,3 +16,11 @@ This will create the SQLite database and sync its models:
16
```sh
17
django-admin migrate --settings=demo_chunkator.settings
18
```
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