All Talks

Building plugin ecosystems with Django

The explained architecture has been in use for some years in the pretix open source project and made it possible to us to grow a rich plugin ecosystem.

It is probably common sense by now that modular architectures win over monolithic architectures in a number of ways. Django gives us reusable apps, but just because they are reusable doesn’t mean they automatically integrate nicely with each other and a Python programmer is still required to glue them together. In this talk I will show how to …

You might be interested in: