Skip to content

Run in developer mode

Wesley Henrique Leite edited this page Feb 12, 2015 · 2 revisions

The Flask has a way server, that can be used to create or edit resources, that should not be used in production, only developer mode.

   $ python core.py runserver
    * Running on http://0.0.0.0:5000/
    * Restarting with reloader

at point, any request can be sent on port 5000 with your client.

Warning

To run this in production, you should disable debugging and modify the connection password.

Clone this wiki locally