diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 13:17:26 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 13:17:26 +0100 |
commit | 529488603a97c5eb1d1506bc31096cc0a772d22f (patch) | |
tree | f09bccf3974b6cbe7316c73795e11d7c11cbdb45 /Makefile.example | |
parent | d3501173e02d9e7d4f63da5b47d56a8878a3bbd3 (diff) | |
download | Ishtar-529488603a97c5eb1d1506bc31096cc0a772d22f.tar.bz2 Ishtar-529488603a97c5eb1d1506bc31096cc0a772d22f.zip |
Importers: importer model is now a real DB type - add field to manage created model restriction
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 1acb9d10a..37d439c10 100644 --- a/Makefile.example +++ b/Makefile.example @@ -178,6 +178,7 @@ fixtures_common: fixtures_common_importers fixtures_spatialrefsystem fixtures_common_importers: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ + ishtar_common.importermodel \ ishtar_common.importertype \ ishtar_common.regexp \ ishtar_common.importerdefault \ |