In Django with DjangoCMS how do I reverse an URL when using the sites framework (the URL is on a different site)?
I have a Django install with DjangoCMS and ~20 sites (with Djangos sites framework).
I would like to create a link from one site (https://a.example.com/
) to another site (https://b.example.com/
).
ImportError: cannot import name ‘PlaceholderRelationField’ from ‘cms.models.fields’
I created new Django CMS project and tried to install also plugin Djangocms-blog after installation server is not running with this error
Django-CMS 4.1.1 Can’t edit pages via Page menu or Toggle Structure button
Django 5.0.6
Django-CMS 4.1.1
Stock Install
How to change a django model text-field to become a django-cms placeholder field
I have included a simple app to a django-cms 4.1.1 installation and connected it with an apphook following the tutorials.