From 6f21ff0adeed644ddf4eeb3c869c3bb39dadc09f Mon Sep 17 00:00:00 2001 From: Alexander Kondratyev Date: Wed, 22 Mar 2017 11:44:05 +0300 Subject: [PATCH] Prod fix --- app/conf/uwsgi_zuykov.conf.template | 3 +-- app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/conf/uwsgi_zuykov.conf.template b/app/conf/uwsgi_zuykov.conf.template index 28c9dbd..d6ab7e1 100644 --- a/app/conf/uwsgi_zuykov.conf.template +++ b/app/conf/uwsgi_zuykov.conf.template @@ -7,11 +7,10 @@ module = app.wsgi home = /home/%(SERVER_USERNAME)s/%(PROJECT_NAME)s/env eval = import newrelic.agent, wsgi; application = newrelic.agent.wsgi_application()(wsgi.application) -master = true +master = false processes = 4 socket = /home/%(SERVER_USERNAME)s/%(PROJECT_NAME)s/app/wsgi.sock chmod-socket = 666 vacuum = true enable-threads = true threads = 2 - diff --git a/app/requirements.txt b/app/requirements.txt index c3a96be..aaa23e9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -14,7 +14,7 @@ django-classy-tags==0.6.2 django-cms==3.1.3 django-debug-toolbar==1.4 django-durationfield==0.5.2 -django-easy-select2==1.3.1 +django-easy-select2==1.3.3 django-filer==0.9.12 django-formtools==1.0 django-ipware==1.1.1