Currently browsing tag

Flask

Adventures in Grunt Land

In theory, deploying a Flask app with an Angular frontend should be easy – just use to ask Yeoman to create the app structure for you. But the devil is in the detail, and the output generated by Yeoman isn’t necessarily exactly what you want, even though it’s an excellent …

Deploying a Flask application on Apache

Deploying a Flask application on Apache comes with a challenge or two, but the following recipe should get you going. Requirements Before deploying a Flask application on the server you need to ensure that Apache is running (we’ll assume it’s version 2.4) WSGI is enabled for Apache Python is installed …