django-cms / django-cms

The easy-to-use and developer-friendly enterprise CMS powered by Django
http://www.django-cms.org
BSD 3-Clause "New" or "Revised" License
9.97k stars 3.05k forks source link

docs: Explain how to route requests from an apphook back to the CMS #7878

Closed jrief closed 3 weeks ago

jrief commented 1 month ago

Description

This documentation patch explains how to route requests from an apphook back to the CMS. Currently it states that this is impossible, but actually it can be done with a small modification to get_urls()….

Adding CMS pages below an apphooked page was a request from my team btw.

fsbraun commented 1 month ago

Nice!