Zero-to-Wiki in 30 minutes

Building a Wiki with Django

A presentation for BarCampMemphis (#bcmem)

Django is an Open-Source Web Framework written in Python. This presentation consists of a tutorial in which a simple wiki is built in order to illustrate some of Django's features.

Zipi Wiki Demo Server

Test drive the Zipi Wiki

Download Presentation

Download Source Code

The source code below is organzied as a Django app (named wiki) inside of a Django project (named zipi)

For more information on writing apps with Django, visit: http://djangoproject.com.