S
S
Stanislav Fateev2015-06-30 17:01:11
Django
Stanislav Fateev, 2015-06-30 17:01:11

What is fashionable to deploy django projects now?

I switched to Python 3 and suddenly found that fabric does not plow. What do people use to deploy now?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
marazmiki, 2015-06-30
@svfat

For deployment, use what is convenient. Like Fabrik - use Fabrik. If you like Ansible, use Ansible (which, by the way, does not know how to use Python3 either). Understand a simple thing: You are running fabric\ansible\whatever on your machine, not on a production server. Put python2.x side by side

Y
Yuri Shikanov, 2015-06-30
@dizballanze

Ansible

I
Igor Lyutoev, 2015-06-30
@loader777

I use Ansible, I understood the tutorial on Habré - habrahabr.ru/post/241579

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question