Skip to content

error in manage.py #8

New issue

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

Open
w4spy opened this issue Oct 10, 2020 · 1 comment
Open

error in manage.py #8

w4spy opened this issue Oct 10, 2020 · 1 comment

Comments

@w4spy
Copy link

w4spy commented Oct 10, 2020

change port from str to init

@violazhong
Copy link

line 6 in manage.py should be: app.run(port=5000, debug=True, host="0.0.0.0"), instead of: app.run(port="5000", debug=True, host="0.0.0.0"). port argument is supposed to take integer not str.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants