Karrigell

Karrigell is an open Source Python web framework written in Python

The Python 2 version is the stable release. A version for Python 3.2 and above was released in February 2011

Tutorial

This tutorial explains how to build a simple web based application : the example is a CD collection. The home page will show the list of records, with a counter of visits and a "login" link. People who successfully log in will be able to add / edit / remove records

The first step is to install Karrigell. Download the latest version, unzip it in a folder, open a console window and in this folder run python Karrigell.py. This will start the built-in web server on port 80

  1. Home page
  2. Managing The Database
↑Jump back a section

External links

↑Jump back a section
Last modified on 11 September 2011, at 22:34