Skip to content

feat(settings/production): hide wagtail-cms admin backend in production

Stefan Hynek requested to merge cms-admin into develop

set the environment variable DJANGO_CMS_URL and wagtail admin backend will be available at yourdomain.tld/${DJANGO_CMS_URL}; otherwise it defaults to /cms

Merge request reports