Skip to content

Commit

Permalink
ISSUE #10
Browse files Browse the repository at this point in the history
* Included demo data fixtures.
  • Loading branch information
garciparedes committed Apr 11, 2020
1 parent 6c0613b commit 7cb5dd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ logs:

restart:
docker restart dg01


loaddata-demo:
docker exec -it dg01 bash -c "python manage.py loaddata /fixtures/demo.json"
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
volumes:
- ./config/web/entry_point.sh:/src/entry_point.sh
- ./src:/src
- ./fixtures:/fixtures
- vol_static/:/static
expose:
- "8000"
Expand Down

0 comments on commit 7cb5dd0

Please sign in to comment.