UnicodeDecodeError: 'utf8' codec can't decode byte 0xee in position 0: invalid continuation byte
in one of my admincontrollers:
adminPriority = AdminController([Activities, Deposit, Ashmas], DBSession2, config_type=TGAdminConfig)
basicaly I have two db backends - so I need double DBSEssion etc, admin controller etc. the problematic one is the one working with mssql2005 (the mysql one works fine)
the controller shows me the right models but when I press one of them: (or any other model)
http://localhost:8080/adminPriority/activitiess/
instead of getting the default admin table view I get this annoying error.
both db backends work fine in the logic part of the application. the only difference is in the admincontroller.
I'd also like to get rid of the extra 'plural' form tg is adding to my models (turning activities into activitiess etc)
thanks for the help
UnicodeDecodeError: 'utf8' codec can't decode byte 0xee in position 0: invalid continuation byte