diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-05-13 10:50:16 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-13 10:50:16 +0200 |
| commit | 9200b61e071d62c9faba7512216302e23a089665 (patch) | |
| tree | a83ea9573f25dcf9990227b371dc9e65fe9bb6c7 /Makefile.example | |
| parent | 7ad2fce4c7158c46629fd1c1c4c85c739a392289 (diff) | |
| download | Ishtar-9200b61e071d62c9faba7512216302e23a089665.tar.bz2 Ishtar-9200b61e071d62c9faba7512216302e23a089665.zip | |
Fixtures: add regexp to import fixture
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 be9dbdedf..c18917319 100644 --- a/Makefile.example +++ b/Makefile.example @@ -110,6 +110,7 @@ fixtures_common: fixtures_common_importers fixtures_common_importers: cd $(project); $(PYTHON) ./manage.py dumpdata --indent 4 \ ishtar_common.importertype \ + ishtar_common.regexp \ ishtar_common.importerdefault \ ishtar_common.importerdefaultvalues \ ishtar_common.importercolumn \ |
