Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 483 Bytes

memerybox

a very simple photo browse demo

memerybox does not implment image upload, edit and such thing, what memerybox can do is just browse photos on browsers.

to use memerybox, you have to put photos on local driver.

eg:

static/

      album/
        title 1/
          photo1
          photo2
          ...
        title 2/
          photo1
          photo2
          ...

memerybox is write in python and wheezy.web framework.