alejandroaizel / obento_api

GNU General Public License v3.0
1 stars 0 forks source link

Fix `make run-server-pro` command #17

Closed MiguelERuiz closed 2 years ago

MiguelERuiz commented 2 years ago

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

MiguelERuiz commented 2 years ago

This issue is included directly on server. Nevertheless, it should be merged into development branch.