We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fb841 commit 81944b1Copy full SHA for 81944b1
requirements.txt
@@ -1,2 +1,4 @@
1
Django==2.1.1
2
+pkg-resources==0.0.0
3
pytz==2018.5
4
+uWSGI=2.0.17.1
uwsgi.ini
@@ -1,10 +1,10 @@
[uwsgi]
-chdir=.
-module=web_project.wsgi:application
-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
-
+chdir = .
+module = web_project.wsgi:application
+env = DJANGO_SETTINGS_MODULE=web_project.settings
+protocol = http
+socket = 127.0.0.1:8000
+uid = 1000
+master = true
+threads = 2
+processes = 4
0 commit comments