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
Download Presentation
- PDF: Zero-to-Wiki.pdf
- HTML: Zero-to-Wiki.html
- Keynote: Zero-to-Wiki.key.zip
- PowerPoint: Zero-to-Wiki.ppt
Download Source Code
The source code below is organzied as a Django app (named wiki) inside of a Django project (named zipi)
- zipi.tar.gz (14K)
- zipi.zip (19K)
For more information on writing apps with Django, visit: http://djangoproject.com.