Answer the question
In order to leave comments, you need to log in
CMS Django crashed after redirect, what's the reason?
Hello, in general, I worked with the Django CMS, filled in the pages and decided to insert a link with a redirect to another page, but when saving the page, I got the following error 'Page' object has no attribute 'site_id'
My settings: https://hello-site. ru/share/django/
Error during template rendering
dpaste.com/2GYN9KJ
What could be the reason?
Answer the question
In order to leave comments, you need to log in
The field site
(and therefore the attribute site_id
) from an object Page
has been removed in Django CMS since version 3.5.0 . In version 3.6, the stub was finally removed to ensure compatibility with older plugins. The aldryn_bootstrap3 library does not seem to take this into account.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question