How to Deploy a Flask App and Postgres Database to Render

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Thank you very much for this video! First flask app is finally live!

gordanilic
Автор

THANK YOU VERY MUCH!!! 😁😁, I'm so happy now after deploying my first flask application on render.

franklinikeh
Автор

If you notice all of the dependency versions are not accepted by render know you are not alone. Remove the `==` and the version number after for each dependency in the requirements.txt file. For example, just leave `Flask` and remove the rest of its version information. I hope this helps and hope that your hosting journey is calmer after resolving this issue.

jonthomas
Автор

I was just researching last night how to transition from SQLite to Postgres. Your content has been a major help for me. Cheers!

MrDelliSanti
Автор

Such an amazing video! Worked perfectly to make a postgresql database and to also launch my flask app, thanks so much! I did need to watch another video to add my custom domain, but that was easy peasy relative to this, so thanks so much!

derekjung
Автор

A clear teaching style, thanks, subbed.

hongscave
Автор

Very illustrative and straight to the point, thank you very much!!

marcoshernancostamanso
Автор

Thank you very much. I connected to DB on Render. That's really helpful.

longtruong
Автор

Man, your video has saved me!! hahaha
Thanks a lot buddy, amazing content

walopes
Автор

THANK YOU VERY MUCH!!! The Best video about Render and Database

pascualaldorasi
Автор

Hello there, I was able to deploy my app but now I have issues with the static folder using a persistent disk. I've established an app.static_folder pointing to the mount path but how should I manage the changes made to static files locally? Hope you can help or also make a video covering that stuff. Thanks!

Автор

Great video!
What's your opinion let's say from the experience of using both Render and Pythonanywhere? Like which one do you prefer and why?

pietraderdetective
Автор

Hello, how come we didn't need to use Caddy like in your other video? This one seems way easier to go about deploying a website.

Albertmars
Автор

Sir you are a fucking living legend. You have no idea for how long have I searched for this. Subscribed!

camiloalonso
Автор

I thought of doing this yesterday, I hope they do have a workflow so we can make it a staging server.

bencipherx
Автор

thanks for the video, i am unable to connect to Internal Database URL in render it is throwing error, but when i used external one i am able to connect, can you please let help me

xx
Автор

What is there in extension. Py can i get the code

anonymousyouth
Автор

I can't see the sample code of your video on github, the folder is empty

Lenuxcs
Автор

One issue I have with render is not having the latest versions of your libs, modules or packages in your reqs.txt file. It's really hassle.

ekunnusitheophilus
Автор

I used flask Blueprints, so does the deployment will be same or is there any changes when using Blueprints???

asliddintursunov