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
391 stars 192 forks source link

Blogs are not visible on published mode #704

Closed nachoborrelli closed 10 months ago

nachoborrelli commented 2 years ago

Description

I have all of my posts with "publish" on True, but they just appear on the edit mode. When I press "View published" buttom, theres no post or urls associated.

Captura Captura2 Captura 3

Am I forgetting something?

Versions

Python 3.10.4 Django 3.1.14 Django-cms 3.8.0 Django-cms-blog 1.2.3

nachoborrelli commented 2 years ago

Error found! It has something more stupid than I though it would be... I programmatically change "published until" in "now()" so post were no visible. My bad!

protoroto commented 10 months ago

Closing this, as it is fixed