Hey This is a great tutorial on this topic. Found it very useful. Thank you from Montreal , Canada.
@LordFullStack3 жыл бұрын
🙏🏻
@jeremyheng85732 жыл бұрын
Very great tutorial! Thank you!
@noguezgaming3 жыл бұрын
Thanks man! Great video!
@holidaystravel29353 жыл бұрын
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?
@tommasogiancaterino8188 Жыл бұрын
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”.
@sanzharzhangaliev80042 жыл бұрын
Man, i got questions, how are you using systemctl? Im on WSL2 and can't use it, instead i use: sudo service ... (Command)
@LordFullStack2 жыл бұрын
Service command is adequate for basic management, while directly calling systemctl gives greater control options.
@sanzharzhangaliev80042 жыл бұрын
@@LordFullStack Im on WSL2, i can't use systemctl, do you have any ideas?
@LordFullStack2 жыл бұрын
Might be limitation of WSL
@sanzharzhangaliev80042 жыл бұрын
@@LordFullStack Can you please post video about installing WSL2 on Windows with sytemd support, or send a link to a video about the problem?
@LordFullStack2 жыл бұрын
Not promising, but i'll try
@KineticPebble3 жыл бұрын
Nice VScode colour scheme.
@pulkitkapoor96062 жыл бұрын
Hey in which step did u pushed your static files to server ? I am not able to load static files
@LordFullStack2 жыл бұрын
Make sure you have whitenoise installed
@ovidioe.cabeza47502 жыл бұрын
amazing! thank you
@dimensionalilusions45202 жыл бұрын
Would you mind making a tutorial on adding a custom domain(godaddy,namecheap...) ,It's killing my time
@LordFullStack2 жыл бұрын
Check the last 10 minutes of the video
@JEAMPO3 жыл бұрын
Thanks for the Video! What is gunicorn exactly?
@LordFullStack3 жыл бұрын
Gunicorn is a WSGI HTTP server. It is best to use Gunicorn behind an HTTP proxy server.
@abdullashafi5803 жыл бұрын
hey vampire! Would you like a create a tutorial on Django + react?
@LordFullStack3 жыл бұрын
Opps , Sorry im not a React Person . but i have plan for Vue + Django !
@abdullashafi5803 жыл бұрын
@@LordFullStack does vue also like react?
@LordFullStack3 жыл бұрын
@@abdullashafi580 Not exactly , But Vue does the exact same this as React Do ! it serve the same purpose as React does .
@maskiyogaming3 жыл бұрын
✌️
@saidazimkhonuzbekkhonov41953 жыл бұрын
Superr
@essetee2 жыл бұрын
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.