revised: 6-Apr-2025
Following the similar initial virtual environment described in the Flask 3pg Site and assuming an Ubuntu server environment:
The result will have the application running at: http://127.0.0.1:5000/ or http://[MyIP]:5000/ - where MyIP is the IP associate with your server.
The app can downloaded here: blog.zip (8Kb)
This excellent Flask Blog demo can be download here: flaskr.zip (8Kb)
Using a similar setup for deployment described in Step#3 (PartB) in Flask 3pg Site, one would also use uwsgi but by creating a slightly different
wsgi.py:
Advance Flask | Flask Roles Demo |
Flask -Other Demos |