One click install Python flask and django

One click install for flask and django

if possible on 3.2 add this features…

thanks…

There will be an expansion to include some apps or at least provide the scaffolding to install them more readily in the future. In the meanwhile there’s always the Quickstart that in summary:

  • install a Python with pyenv install
  • install Flask with pip
  • make a Passenger-compatible layout, link public/ to a subdomain or domain
  • in public/.htaccess define your PassengerPython and PassengerEnabled on
  • place app in parent directory

or

  RewriteEngine on
  RewriteRule ^(.*)$ http://localhost:3000/