cms’ Entries

  • Unifying Django Pluggable Apps?

    So I have been thinking about this for a while now. I love Django and one of the features I enjoy most is the ability to easily plug in any third party app. But there has always been one issue that I'm sure many of us have thought about.

    1. Different App, Different Author, Different Approach

    The biggest issue I have with re-usable apps, is that every author uses a different naming scheme, and not only that, they may also use a completely different widget for a …

    Read More …