From cf10508b07f73cb26c8d47ce2d916853efb111c0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 12 Aug 2017 12:54:13 +0200 Subject: DocumentTemplate: add slug, manage natural key. Utils: create_slug function --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') 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' -- cgit v1.2.3