Replace django-pwa by own views/templates
Currently, we have to configure the PWA in the Django settings. Therefore we have to use many lazy functions and other ugly workarounds to retrieve all information. This could be simplified using custom views which get the information directly.
Edited by Jonathan Weth