I've got a management command which sends email. In this email, I'd like to include a URL to a signup form, which is an apphook module in the CMS.
How can I resolve the URL to that path?
From the management command, I only see the plain URLconf, without the changes made by Django-CMS.