Deploy Django with Nginx , Gunicorn , PostgreSQL on Linux Server

preview_player
Показать описание
This is how you upload or deploy a Django website to a Linux server using Nginx and Gunicorn with PostgreSQL as a database.

full article on digital ocean -

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

Hey This is a great tutorial on this topic. Found it very useful. Thank you from Montreal, Canada.

axemanaxeman
Автор

Anyone else struggling with “too many redirects” error after having configured nginx “correctly”? I am trying to deploy my app online and everything works perfectly in my local development environment, but once I go to my domain and try to login (I have a simple login page as the landing page of my app) I get the “too man redirects error”.

tommasogiancaterino
Автор

hallo! I want to deploy 2 websites with django Postgres Gunicorn in a droplet the first i made it the second i am stack. i do not have a domain for the second until now and i want to upload it with the IP of the server, but i cano not manage it, i created 2 services and 2 sockets for the gunicorn and the second service is Dead all the time, i am confused. Can you help?

holidaystravel
Автор

hey vampire! Would you like a create a tutorial on Django + react?

abdullashafi
Автор

Hey in which step did u pushed your static files to server ? I am not able to load static files

pulkitkapoor
Автор

Would you mind making a tutorial on adding a custom domain(godaddy, namecheap...), It's killing my time

dimensionalilusions
Автор

Man, i got questions, how are you using systemctl? Im on WSL2 and can't use it, instead i use: sudo service ... (Command)

sanzharzhangaliev
Автор

Thanks for the Video! What is gunicorn exactly?

JEAMPO
Автор

It's hilarious to see windows users working on linux. You login as root and then use sudo lol:) You have to paste commands because you don't know what to do.

essetee