djangocms-blog
djangocms-blog copied to clipboard
Blogs are not visible on published mode
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.
Am I forgetting something?
Versions
Python 3.10.4 Django 3.1.14 Django-cms 3.8.0 Django-cms-blog 1.2.3
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!
Closing this, as it is fixed