Skip to content
/ pypobox Public

PY PhOto BOX - your personal photo sharing and hosting site, in python

License

Notifications You must be signed in to change notification settings

abulte/pypobox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypobox

PY PhOto BOX - your personal photo sharing and hosting site, in python

Quickstart

Edit webapp/__init__.py and set PHOTOS_PATH and THUMBS_PATH values.

pip install -r requirements.txt
python manage.py initdb
python manage.py create_user <username> <password>
python manage.py index
python manage.py runserver

Visit localhost:5000.

Some parts of the code inspired by https://github.com/awailly/gallery.

About

PY PhOto BOX - your personal photo sharing and hosting site, in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published