do not import / export
This commit is contained in:
parent
aa30e62ad8
commit
6c6c47c60e
|
|
@ -21,6 +21,7 @@ class CompanyResource(ModelResource):
|
|||
|
||||
class Meta:
|
||||
model = Company
|
||||
exclude = ('is_deleted', )
|
||||
skip_unchanged = True
|
||||
report_skipped = False
|
||||
clean_model_instances = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue