Skip to content

Commit 81944b1

Browse files
committed
Update requirements and uwsgi.ini
1 parent f9fb841 commit 81944b1

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Django==2.1.1
2+
pkg-resources==0.0.0
23
pytz==2018.5
4+
uWSGI=2.0.17.1

uwsgi.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[uwsgi]
2-
chdir=.
3-
module=web_project.wsgi:application
4-
protocol=http
5-
env=DJANGO_SETTINGS_MODULE=web_project.settings
6-
socket=127.0.0.1:8000
7-
uid=1000
8-
master=true
9-
plugins=python3
10-
2+
chdir = .
3+
module = web_project.wsgi:application
4+
env = DJANGO_SETTINGS_MODULE=web_project.settings
5+
protocol = http
6+
socket = 127.0.0.1:8000
7+
uid = 1000
8+
master = true
9+
threads = 2
10+
processes = 4

0 commit comments

Comments
 (0)