Description
In order to run obento in production environment is required to be run like this python3 manage.py runserver 0.0.0.0:8000 --settings=obento_project.settings.production
Currently 0.0.0.0:8000 is missing
To Reproduce
Just run make run-server-pro and try to make a request via API
Expected behavior
Request must be solved not only from inner shell
Progress Status
[x] Branch created
- [ ] Code committed to development branch
[x] Testing - QA
- [ ] Documentation
[x] Release notes - new features, resolved issues, known issues
Description In order to run obento in production environment is required to be run like this
python3 manage.py runserver 0.0.0.0:8000 --settings=obento_project.settings.production
Currently
0.0.0.0:8000
is missingTo Reproduce Just run
make run-server-pro
and try to make a request via APIExpected behavior Request must be solved not only from inner shell
Progress Status
- [ ] Code committed to development branch- [ ] Documentation