Klisha
Klisha is an open-source and standards-compliant photoblog application for the web. Application is written in Python and uses the Django web framework.
Features
- Pictures
- Comments
- Most popular pictures
- Latest comments
- FlatPages
- Contact form
Powered sites
Requirements
- Django (1.0 or above) - http://www.djangoproject.com/
- PIL - http://www.pythonware.com/products/pil/
Installation
- Checkout the source code
svn co http://svn.assembla.com/svn/klisha/trunk/ klisha
- Go to application directory and create database tables
cd klisha/webapp ./manage.py syncdb
- Start HTTP Server
./manage.py runserver
- Go to http://127.0.0.1:8000/ or http://127.0.0.1:8000/admin/ for Administrator Panel