Simple file manager in Flask. This repository created for learning purposes.
-
Install python package
zc.buildout
or bootstrap it with command:curl -O http://downloads.buildout.org/2/bootstrap.py python bootstrap.py
-
Run
buildout
(orbin/buildout
in second case)
bin/flask manager.py
A note: project can't start in Debug mode from console, set app.debug=False
to start project from console.