How to Deploy Django Apps on Render - Full Tutorial - Free and Easy

  Рет қаралды 7,071

Code With Clinton

Code With Clinton

10 ай бұрын

Learn, how to effortlessly deploy your Django web app on Render in this step-by-step tutorial. Discover the easiest way to host your project, manage databases, and ensure scalability. Start deploying today!
Let's go. 🚀
Source code for Django Voting App - github.com/ClintonCode20/evot...
How to push your Django Code to GitHub -
• How to Push your Djang...
Deploy Django on Render, I wrote this tutorial on kowe. 👇 kowe.io/guide/5d9bf117-01b0-4...
Do you have any Django deployment issue? Join the Discord channel.
/ discord
Django Voting System Tutorial playlist - • Django Voting App Tuto...

Пікірлер: 62
@alexiojunior7867
@alexiojunior7867 24 күн бұрын
This is awesome , i also liked the blog tutorial ,keep on creating content of high quality like this
@CodeWithClinton
@CodeWithClinton 24 күн бұрын
@@alexiojunior7867 thank you so much, I appreciate dearly.
@chukwukodinakaugochukwu2817
@chukwukodinakaugochukwu2817 10 ай бұрын
Thanks for the amazing tutorial Clinton. You helped me deploy me DRF application to render normally I hated deployment on render cuz of all the incompatible dependencies buh thanks to your video deployment went smoothly. Keep it up👏👏🔥🔥
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Glad to help, thank you. 🙏
@coolgirlsharu
@coolgirlsharu 7 ай бұрын
THANKS A LOT , my deployment became successful
@CodeWithClinton
@CodeWithClinton 7 ай бұрын
You're welcome.
@chukwuebukaonah2336
@chukwuebukaonah2336 4 ай бұрын
This was helpful. Thanks
@CodeWithClinton
@CodeWithClinton 4 ай бұрын
You are welcome.
@ernestomendez3219
@ernestomendez3219 8 ай бұрын
Excellent tutorial.
@CodeWithClinton
@CodeWithClinton 8 ай бұрын
Thank you.
@stivomoses8882
@stivomoses8882 9 күн бұрын
It was helpful...
@CodeWithClinton
@CodeWithClinton 9 күн бұрын
I am glad it was.
@manisankarchintagunti
@manisankarchintagunti 6 ай бұрын
Hello brother, you explanation is the best. Can u make make a videos on how import sqllite3 database data to postgresql and how to add superuser in postgresql. I will be very glad to learn these topics from u. Hope u will help many people like me by making a tutorials on the above topics with a buttery smooth explanation like this video
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
Thank you for the compliment.
@kincaid_kroos
@kincaid_kroos 10 ай бұрын
Hey buddy i have a react frontend inside the Django project now im trying to deploy it on render but i have a problem with index.html file bundled from reactjs
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
I can't really help with this, I don't use react and django in a single app. I use them separately.
@emmanuelngwu-cb4qd
@emmanuelngwu-cb4qd 2 ай бұрын
Nice deployment video, thanks alot. Please how can I create admin user on the postgres database
@CodeWithClinton
@CodeWithClinton 2 ай бұрын
You can do that from your local terminal, make sure you use the postgres database also in your development environment.
@davidsoncounted356
@davidsoncounted356 6 ай бұрын
==> Running build command 'sh build.sh'... sh: 0: Can't open build.sh ==> Build failed 😞 pls this is the error im getting , pls i need help o
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
Follow the tutorial carefully, you are definitely missing something.
@davidreilly5215
@davidreilly5215 6 ай бұрын
I think it doesn't work because you are on Windows? Anyone know more? @@CodeWithClinton
@hopesain5065
@hopesain5065 8 ай бұрын
I installed the django redis and the sad thing is that it does not work in production as it still renders an error saying localhost:6379 refused i have tried even hardcoding the managed redis but nothing works. CACHES PROBLEM
@CodeWithClinton
@CodeWithClinton 8 ай бұрын
You have to use a live redis url.
@Neojagz
@Neojagz 3 ай бұрын
How do we create super user from development..I'm trying to connect the postgresql db to development and its not working
@CodeWithClinton
@CodeWithClinton 3 ай бұрын
Make sure you have psycopg2 installed.
@shafiulsabbir7245
@shafiulsabbir7245 4 ай бұрын
Thanks a lot bro, i have been stuck with an error for last 4 hours, Your suggestion to "add build.sh on my code and adding it to the Build Command on web service of render" has vanished my error with fraction of a nano second. thanks a lot bro.
@CodeWithClinton
@CodeWithClinton 4 ай бұрын
You're welcome.
@SPIRITWORSHIPPERSTV
@SPIRITWORSHIPPERSTV 3 ай бұрын
Good day everyone, pls have deployed my Django to render and now want to use AWS3 for image data storage ave make the connection but when I upload it will not show in AWS3 and not showing any error pls help to fix this Boss ,abeg😢😢
@CodeWithClinton
@CodeWithClinton 3 ай бұрын
Your aws configuration is definitely missing something.
@HarxVibes
@HarxVibes 5 ай бұрын
dhanyawad 🙏
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
You're welcome.
@hopesain5065
@hopesain5065 8 ай бұрын
How do you guys configure disks like for media files on render?
@CodeWithClinton
@CodeWithClinton 8 ай бұрын
Disks? What is that?
@christianjamel6987
@christianjamel6987 5 ай бұрын
after adding the Database URL in Environment Variables and adding the external url as value.. i encountering an error when logging in and signing in that it is Server Error 500. I've followed the tutorial but still having this issue
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
Here is the written version of the tutorial, this might help - kowe.io/guide/how-to-deploy-a-django-app-on-render
@paulngigi4630
@paulngigi4630 4 ай бұрын
@@CodeWithClinton am also getting a similar error even after following the tutorial several times
@alyaaahmed4462
@alyaaahmed4462 2 ай бұрын
first of all , thanks for this tutorial , and i have a question , each time i make a new deployment using (deploy the last commit ) the data stored in the database is deleted , do you know the reason ?
@CodeWithClinton
@CodeWithClinton 2 ай бұрын
To avoid your database from deleting your can use a live postgres database.
@CodeWithClinton
@CodeWithClinton 2 ай бұрын
Use a live PostgreSQL database.
@alyaaahmed4462
@alyaaahmed4462 2 ай бұрын
​@@CodeWithClinton I create a database on render and connect it to the web service using internal url , but still deleted 😔
@justice1915
@justice1915 10 ай бұрын
Good work sir.. I’m having issues with the static files… after deployment I’m having only HTML with no css or Js
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
There is something you missed in the tutorial.
@justice1915
@justice1915 10 ай бұрын
@@CodeWithClinton that static root is normally equal to base directory / static but you said we should use base directory/ assets
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
@@justice1915 the name does not matter.
@justice1915
@justice1915 10 ай бұрын
@@CodeWithClinton alright thanks
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
@@justice1915 you are welcome.
@claude9188
@claude9188 7 ай бұрын
Wow nice video ❤,please how can I serve user uploaded image in production as all my user uploaded image are not visible on debug false but are visible on debug true.
@CodeWithClinton
@CodeWithClinton 7 ай бұрын
Thank you, did you implement the environment variables like I did?
@claude9188
@claude9188 7 ай бұрын
@@CodeWithClinton yes I did
@davidsoncounted356
@davidsoncounted356 5 ай бұрын
bro.. thanks to you, i have successfully deployed my project to render!.. but m issue now is, if i post image from my post form it send but the image wont display in my page, it is showing in django admin page. i sent my code to the discord link you dropped. thank you.
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
Django isn't best for rendering images.
@davidsoncounted356
@davidsoncounted356 5 ай бұрын
its not best for rendering images on render?... which host service should i use?... for rendering image from the post form.., or any idea on what i will do, thank you so much
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
@@davidsoncounted356 Django can't render images in production, try using a service like aws S3 bucket or DigitalOcean Spaces for rendering your images.
@davidsoncounted356
@davidsoncounted356 6 ай бұрын
bro i dropped the error im getting in the discord chat, pls i need your help bro. thank you..
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
Okay, I will check.
@manisankarchintagunti
@manisankarchintagunti 6 ай бұрын
hello bro kowe link is not working can u please update it
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
The kowe link is working, I just tried it.
@maazshaikh7905
@maazshaikh7905 Ай бұрын
is render still free for beginner full stack projects?
@CodeWithClinton
@CodeWithClinton Ай бұрын
Yes it is.
@maazshaikh7905
@maazshaikh7905 Ай бұрын
@@CodeWithClinton thanks for the response. what about media files in our project for user uploads. How to configure the url. Please reply.
@CodeWithClinton
@CodeWithClinton Ай бұрын
​@@maazshaikh7905I don't know if render handles media files but I use aws s3 bucket.
Deploy Django with Digital Ocean App Platform
19:29
Legion Script
Рет қаралды 8 М.
How to Deploy a Fullstack Django Web App on Vercel.
25:26
Code With Clinton
Рет қаралды 24 М.
Little girl's dream of a giant teddy bear is about to come true #shorts
00:32
IQ Level: 10000
00:10
Younes Zarou
Рет қаралды 7 МЛН
How to Deploy a Django App and Postgres Database to Render
20:14
Pretty Printed
Рет қаралды 30 М.
Free 2020 Django Website Hosting in 5 Minutes - Heroku
9:28
StudyGyaan
Рет қаралды 78 М.
Deploy Spring boot application on render.com
5:56
Lynas Sazzad
Рет қаралды 31 М.
Deploy Django app to Railway
15:49
Andreas Jud
Рет қаралды 3,6 М.
Little girl's dream of a giant teddy bear is about to come true #shorts
00:32