Skip to content

Commit 1ecbf5b

Browse files
minor improvements to django example
1 parent 3531b51 commit 1ecbf5b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Django==1.11.1
2+
enum-compat==0.0.2
3+
eventlet==0.21.0
4+
greenlet==0.4.12
5+
python-engineio
6+
python-socketio
7+
pytz==2017.2
8+
six==1.10.0

examples/wsgi/django_example/socketio_app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# set async_mode to 'threading', 'eventlet', 'gevent' or 'gevent_uwsgi' to
22
# force a mode else, the best mode is selected automatically from what's
33
# installed
4-
async_mode = 'threading'
4+
async_mode = None
55

66
import os
77

0 commit comments

Comments
 (0)