Series: Learn Django: Create a Wiki in 20 minutes
Video tutorial by Siddhi http://siddhi.blogspot.com/
This is the second part of the Learn Django series. In this part, we'll extend the Wiki app from part 1 [View part 1 here if you haven't already].
We are going to add support for a menu and auto linking of wikiwords.In the process we will look at template inheritance, filters and custom filter libraries.
Finally, we'll see how to implement a search feature in under 20 lines of code using Django's newforms library and database query API.