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 | 7aff689b1f7b79e029561d18f8b94add448eec08 (patch) | |
tree | a09ab49aafd41738737a4ecc9f37a11845751c74 /Makefile.example | |
parent | 34e050c2094352110667266cce40564368c20253 (diff) | |
parent | d41e1ddc64dbf59f10cc816ddd4904168cf96d51 (diff) | |
download | Ishtar-7aff689b1f7b79e029561d18f8b94add448eec08.tar.bz2 Ishtar-7aff689b1f7b79e029561d18f8b94add448eec08.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' |