Closed jantoniomartin closed 9 years ago
I have commited a change in the initial migration to fix issue #48. Part of the issue had to do with a problem with different database engines (MyISAM and InnoDB). After solving this problem, I have tested that the change in the migration file solves the issue in Django-1.7, without affecting Django-1.8.
I think that the current documentation on notices creation is outdated, since Django-1.7 deprecated
post_syncdb
, and the example does not work, because the signal is not emitted. I have written a different way to call the function that creates the notices.