How to create a full-stack, reactive website in Django with absolutely no JavaScript
2021-06-03, 17:20–18:05, Main Room

Utilize Django to build modern, interactive websites without needing a complicated frontend framework.


Django is a great web framework for "perfectionists with deadlines" and provides a lot of built-in functionality when building server-side websites. However, a lot has changed on the web since its inception in 2005, and now it has become somewhat common advice for modern web applications to only use it as an API backend, if at all.

However, there are a few Django packages that enable building a reactive website while still utilizing all of the strengths of Django. This talk will cover the benefits of this approach, a brief overview of how other programming languages are solving this same problem, and a few Django projects which can help developers build interactive websites without writing any custom JavaScript.

Repository with example code, slides, and a transcript: https://github.com/adamghill/djangocon-eu-2021-conference-talk.

Video: https://www.youtube.com/watch?v=wMiZIK8p6DQ&ab_channel=DjangoConEurope