I’ve been following the guide on how to deploy my Django app on DO and everything went fine until I tried making blog posts. I’m not sure what is going wrong, but my posts are being created in the admin panel but not being displayed on my webpage. I’m not sure if it’s a DB connection issue or code issue. Also, I’m not sure what info would be relevant, but I can post whatever is needed to try and fix this.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
I fixed it. I had my view set to only show published posts and I forgot to change them from drafts to publish. -_-