Kevin Dangoor wrote:
I believe that IntegrityError comes from your database driver. You'll likely have to import it from there.Kevin
Thanks Kevin, That was it! Fixed it by adding this to controllers.py: from _mysql_exceptions import * Cheers, Tim
Kevin Dangoor wrote:
I believe that IntegrityError comes from your database driver. You'll likely have to import it from there.Kevin
Thanks Kevin, That was it! Fixed it by adding this to controllers.py: from _mysql_exceptions import * Cheers, Tim