Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 615 Bytes

File metadata and controls

26 lines (16 loc) · 615 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.

LICENSE

Since this project is classwork for python programming course, the license is BSD.