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 | 527c94d6ad95403fc65ca62b9dcb87e3ea3781d1 (patch) | |
tree | f09bccf3974b6cbe7316c73795e11d7c11cbdb45 /Makefile.example | |
parent | 6d59f0d43094bfae59a36dacfd6806b5a6a0b572 (diff) | |
download | Ishtar-527c94d6ad95403fc65ca62b9dcb87e3ea3781d1.tar.bz2 Ishtar-527c94d6ad95403fc65ca62b9dcb87e3ea3781d1.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 \ |