We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[em@EmCentos djweb]$ sudo python manage.py runserver_socketio '0.0.0.0:8020' usage: manage.py runserver_socketio [-h] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color] manage.py runserver_socketio: error: unrecognized arguments: 0.0.0.0:8020
The text was updated successfully, but these errors were encountered:
You can pass through this kind of error by adding SOCKETIO_HOST and SOCKETIO_PORT in your setting.py. Something like :
SOCKETIO_HOST = '0.0.0.0' SOCKETIO_PORT = 9876
Then you can use this to start the socketio server : "python manage.py runserver_socketio"
Sorry, something went wrong.
thank for you
Duplicate #85
No branches or pull requests
[em@EmCentos djweb]$ sudo python manage.py runserver_socketio '0.0.0.0:8020'
usage: manage.py runserver_socketio [-h] [--version] [-v {0,1,2,3}]
[--settings SETTINGS]
[--pythonpath PYTHONPATH] [--traceback]
[--no-color]
manage.py runserver_socketio: error: unrecognized arguments: 0.0.0.0:8020
The text was updated successfully, but these errors were encountered: