Subclassing Satchmo's Category model, but then getting the error "'Manager' object has no attribute 'root_categories'"
- by hellsgate
I'm using Satchmo as part of a website I'm currently building. At the moment I'm trying add more functions to the Satchmo Category class, but obviously I'm not going to make any changes to the Satchmo files. So, I thought that subclassing the Category class would give me a new class which contains all the Satchmo Category properties and methods…