forked from gipi/flask-simple-image-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Barlerer/flask-simple-image-gallery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Introduction ------------ This simple Flask application make easy to publish a gallery of images contained in a directory. Use the unix modification time to order images with the most recent to the top. **WARNING:** this is a **proof of concept** it's not secure at all! In order to test it you can install the dependencies using pip $ pip3 install -r requirements.txt The images must be in a directory pointed by GALLERY_ROOT_DIR settings. To test the web application you can do something like this: $ python app.py path/to/images and visit http://localhost:8000.
About
Online service using filesystem as backend
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 82.2%
- Python 16.0%
- HTML 1.8%