diff options
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 4e7f1dde0..460fe51ad 100644 --- a/Makefile.example +++ b/Makefile.example @@ -143,6 +143,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' |