summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-12 12:54:13 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-12 12:54:13 +0200
commitcf10508b07f73cb26c8d47ce2d916853efb111c0 (patch)
treec1c525f5e1f7b244688c282f169fac2e326fa4de /Makefile.example
parente182eeb29cf9a7dbd936e88ee0db1b8658a0c5ce (diff)
downloadIshtar-cf10508b07f73cb26c8d47ce2d916853efb111c0.tar.bz2
Ishtar-cf10508b07f73cb26c8d47ce2d916853efb111c0.zip
DocumentTemplate: add slug, manage natural key. Utils: create_slug function
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
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'