Assembla home | Assembla project page
 

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

Installation

  1. Checkout the source code
    svn co http://svn.assembla.com/svn/klisha/trunk/ klisha
    
  1. Go to application directory and create database tables
    cd klisha/webapp
    ./manage.py syncdb
    
  1. Start HTTP Server
    ./manage.py runserver
    
  1. Go to http://127.0.0.1:8000/ or http://127.0.0.1:8000/admin/ for Administrator Panel