tochimclaren
Results
3
comments of
tochimclaren
My problem is that _post_import signal is not being called. ` ` @receiver(post_import, dispatch_uid='balabala...') def _post_import(model, **kwargs): # model is the actual model instance which after import print(model) ` after...
This should needed to be added to Django import export.
I have the same problem also