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 | aa5911a0790c2c50e7ee62a7fd5356dfc1c615ba (patch) | |
| tree | d5771943a949c76a3e307d147c6651dde7de251b /Makefile.example | |
| parent | 130619105ead122e6a3e916550f13cd02ec8701d (diff) | |
| download | Ishtar-aa5911a0790c2c50e7ee62a7fd5356dfc1c615ba.tar.bz2 Ishtar-aa5911a0790c2c50e7ee62a7fd5356dfc1c615ba.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' |
