Having issues trying to deploy my Django application to Heroku and suggestions as to where I should deploy instead?

@JRO_Cambria I’m here again.

Updated video link: https://us05web.zoom.us/j/85648566714?pwd=YshcFp1Y9m5FAKcfoTR75OYq0KovzI.1

Let’s work on getting your app running locally (with local images), and get a simple test setup.

@JRO_Cambria I’d be happy to continue talking about text to speech etc in a separate jam session at a time convenient for you and me. Just let me know! Great connecting!

1 Like

I got my project up and running on render.com using a persistent disk for my user avatars .he only other thing left to do is set up email. I will open another thread for that. @JRO_Cambria inspired the move in the right direction for solving the media files issue. I switched from using settings.py to a settings directory containing a base.py, development.py, and production.py file. When I did that, I no longer could access my images. I am working on completing part 32 in my series regarding building this project, and it contains the steps to deplpying successfully on Render using a persistent disk. Am looking forward to sharing this project on the forum when it is completed.

1 Like