Answer the question
In order to leave comments, you need to log in
Deploy Django 1.9 site?
Hello!
I made my blog on Django 1.9, removed the VDS server, installed everything necessary for work, and to be honest, I thought that the command: manage.py runserver - will launch my blog. :)
Hence the question, what is the best way to deploy a Django 1.9 blog? I will clarify that the server is test, weak.
Tell me from personal experience what is best for a beginner, and what to read - preferably in Russian.
What I found myself: WSGI, FastCGI, SCGI, AJP.
Answer the question
In order to leave comments, you need to log in
nginx to the front 100% (not apache)
WSGI server choose from uWSGI and Gunicorn
In general it turns out like this:
nginx <-> uWSGI <-> Your application
Static is given by nginx directly.
In Russian, you can read a textbook in English.
Almost all current docks are in English only.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question