Skip to content

Commit

Permalink
Merge pull request #19 from helpacket/issue-10
Browse files Browse the repository at this point in the history
Issue 10
  • Loading branch information
garciparedes committed Apr 11, 2020
2 parents 9a3ea8f + 7cb5dd0 commit 1b55620
Show file tree
Hide file tree
Showing 25 changed files with 2,333 additions and 367 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 1b55620

Please sign in to comment.