Skip to content

migrate djangocms-bootstrap5 to djangocms-frontend

Philipp S. Sommer requested to merge migrate-cms-frontend into master

as a pre-requisite to !175 (merged), this MR migrates from djangocms-bootstrap5 to djangocms-frontend as the former was never really maintained. The migration can be done with python manage.py frontend migrate but the following setting must be included in settings.py:

DJANGOCMS_FRONTEND_ADDITIONAL_MIGRATIONS = [
    "academic_community.management.bootstrap5_migration"
]

Merge request reports