I installed Mockups in django 1.9, initially I sent the error: ImportError for import_module and I solved it with: link now I get another import error:
File "/home/alejandro/django190/local/lib/python2.7/site-packages/mockups/management/commands/mockups.py", line 30, in <module>
from django.db.transaction import commit_on_success ImportError: cannot import name commit_on_success
how to correct it ?, thanks