I have a django app with a form.
I'd like to make the form available in a django-cms page. How can I add it to a page context (specific page not every page).
Thanks in advance.
Make it a plugin, register the plugin and use its render
method.
See the docs.