diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-06 13:19:18 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-06 13:19:18 +0100 |
commit | f0169853a78fbe3a8c851be9b420d1aaeb45382f (patch) | |
tree | d5771943a949c76a3e307d147c6651dde7de251b /Makefile.example | |
parent | 8c4e37b4a47c97a807bc8becbbff3f0ef7f027f1 (diff) | |
download | Ishtar-f0169853a78fbe3a8c851be9b420d1aaeb45382f.tar.bz2 Ishtar-f0169853a78fbe3a8c851be9b420d1aaeb45382f.zip |
Fix natural keys for state and department
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' |