Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit a0efa84

Browse files
add dump command
1 parent dd39f70 commit a0efa84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ update_index:
1919
migrate:
2020
$(COMPOSE) exec web python manage.py migrate
2121

22+
dumpdata:
23+
$(COMPOSE) exec web python manage.py dumpdata wazimap hurumap -o takwimu/fixtures/wazimap.json
24+
2225
createdb:
2326
$(COMPOSE) exec db createdb takwimu
2427

0 commit comments

Comments
 (0)