implement frontend app
this MR implements an additional app to render a frontend for the DASF-topics using the dasf-web-components
library
to include it, one just has to add dasf_broker.frontend
to the INSTALLED_APPS
and
path(
"",
include("dasf_broker.frontend.urls"),
),
to the urls.py
of the django project.