Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 488 Bytes

Filemanager

Simple file manager in Flask. This repository created for learning purposes.

Installation

  1. Install python package zc.buildout or bootstrap it with command:

    curl -O http://downloads.buildout.org/2/bootstrap.py python bootstrap.py

  2. Run buildout (or bin/buildout in second case)

Run

bin/flask manager.py

A note: project can't start in Debug mode from console, set app.debug=False to start project from console.