M
M
Makfroy2019-07-02 07:29:59
Django
Makfroy, 2019-07-02 07:29:59

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
5d1ade69bbcb0093593592.jpeg
What could be the reason?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2019-07-02
@4Geka

The field site(and therefore the attribute site_id) from an object Pagehas 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 question

Ask a Question

731 491 924 answers to any question