A
A
Antonov Dmitry2016-01-19 19:35:46
Django
Antonov Dmitry, 2016-01-19 19:35:46

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

1 answer(s)
R
Roman Kitaev, 2016-01-19
@BlackTrub

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 question

Ask a Question

731 491 924 answers to any question