Skip to content

Commit

Permalink
Add line breaks to the loaddata command in README-DOCKER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard authored Jul 12, 2016
1 parent 397374b commit 680e66c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/README-DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ lists some hints & tips we've accumulated through the course of daily work.
This is necessary for running Django commands, among other things.

* To load some sample demo content into your Docker dev environment:

`mkdir -p media`
`cp -r fixtures/media/demo media`
`docker exec testpilot_server_1 ./manage.py loaddata fixtures/demo_data.json`
```
mkdir -p media
cp -r fixtures/media/demo media
docker exec testpilot_server_1 ./manage.py loaddata fixtures/demo_data.json
```

* Syntax & unit tests must pass for Pull Requests to be accepted on GitHub.

Expand Down

0 comments on commit 680e66c

Please sign in to comment.