From 527c94d6ad95403fc65ca62b9dcb87e3ea3781d1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 4 Feb 2017 13:17:26 +0100 Subject: Importers: importer model is now a real DB type - add field to manage created model restriction --- Makefile.example | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.example') 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 \ -- cgit v1.2.3