django-socketio icon indicating copy to clipboard operation
django-socketio copied to clipboard

Invalid argument error

Open vivek1729 opened this issue 10 years ago • 1 comments

I do python manage.py runserver_socketio 127.0.0.1:3000. I get the following error: manage.py runserver_socketio: error: unrecognized arguments: 127.0.0.1:3000

vivek1729 avatar Nov 16 '15 12:11 vivek1729

Try adding SOCKETIO_HOST and SOCKETIO_PORT settings in the module, and do python manage.py runserver_socketio

Epokhe avatar Dec 20 '15 00:12 Epokhe