diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-06 18:02:09 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-06 18:02:09 +0100 |
commit | 85be17fd3cea1687402c4417089e35628b13d0f9 (patch) | |
tree | a09ab49aafd41738737a4ecc9f37a11845751c74 /Makefile.example | |
parent | 1c62bfa6e0138ed3018bd1c334f7f6ecbcb11d4f (diff) | |
parent | 180f6fe58378e84b97ac3bf1beb36e08d13eeb70 (diff) | |
download | Ishtar-85be17fd3cea1687402c4417089e35628b13d0f9.tar.bz2 Ishtar-85be17fd3cea1687402c4417089e35628b13d0f9.zip |
Merge branch 'develop' into develop-bootstrap
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example index 4b78bd3ae..06c580d4f 100644 --- a/Makefile.example +++ b/Makefile.example @@ -144,6 +144,7 @@ fixtures_common_importers: fixtures_common_towns: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ + ishtar_common.state \ ishtar_common.department \ ishtar_common.town \ > '../ishtar_common/fixtures/towns-'$(default_data)'.json' |