Converting a django CMS plugin to a different model

Converting a django CMS plugin to a different model
Migrating django CMS plugins data from one model to another, for example during an upgrade, is a bit tricky. Thansk to its polymorphic nature, though, it’s not complicated to achieve, one you know the underlying structure.
Read more →

django CMS & ORM: The good, the bad, and the ugly

django CMS & ORM: The good, the bad, and the ugly
django CMS is a complex Django application which heavily relies on the Django ORM to accomplish its goals. Some of its patterns are good references about how flexible the Django ORM is, others are more hacked solutions for complex problems, which shows ‘don’t try at home’ practices.
Read more →

Testing Django Applications @ PyCon Uk 2015

 Testing Django Applications @ PyCon Uk 2015
Testing applications integrated with django CMS can be complex with a lot of boilerplate code and some dark corners This talk will try to make it clearer and easier to write tests and will present tools to reduce the effort and the boilerplate.
Read more →

Django CMS Best Practices @ PyCon It 2015 / London Django Meetup

Django CMS Best Practices @ PyCon It 2015 / London Django Meetup
Read more →

First steps with django CMS @ PyCon Uk 2014

First steps with django CMS @ PyCon Uk 2014
Read more →