diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 69370425b..567a01fea 100644 --- a/Makefile.example +++ b/Makefile.example @@ -149,7 +149,7 @@ fixtures_common_towns: > '../ishtar_common/fixtures/initial_towns-'$(default_data)'.json' fixtures_spatialrefsystem: - cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 --natural-primary --natural-foreign \ ishtar_common.SpatialReferenceSystem \ > '../ishtar_common/fixtures/initial_spatialrefsystem-'$(default_data)'.json' |