nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
392 stars 192 forks source link

How limit/remove related post in change? #684

Open riquedev opened 2 years ago

riquedev commented 2 years ago

Hi, I have a problem regarding the related posts part on the post edit page. Due to the large amount of posts I'm having a very big slowdown on the page, it would be necessary to limit or even remove the "related posts" field.

Edit: BLOG_USE_RELATED = False Not working.

fsbraun commented 2 years ago

Have you also changed this in the apphock config? On the admin panel there is are settings for djangocms blog, one for each apphook. In the setting, disable related posts.