dphoto
dphoto
Intend of this project is to create simple and fully configurable web gallery in Django. more…
Photos should be uploaded by FTP and further managed by Web interface. By web Interface will be able add a comment to a picture, this comment will be stored in Sqlite db.
-
Cloning this repository:
git clone git://gitorious.org/dphoto/dphoto.git dphoto cd dphoto
Add this repository as a remote to an existing local repository:
git remote add dphoto git://gitorious.org/dphoto/dphoto.git git fetch dphoto git checkout -b my-local-tracking-branch dphoto/master_or_other_branch
- Branches:
- master


