<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5111862076983389475</id><updated>2011-04-21T17:35:31.087-07:00</updated><title type='text'>Dharmesh Patel</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dharmesh-patel.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5111862076983389475/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://dharmesh-patel.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dharmesh Patel</name><uri>http://www.blogger.com/profile/14357051391227900527</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5111862076983389475.post-836215890542714176</id><published>2008-07-19T20:36:00.000-07:00</published><updated>2008-07-19T20:57:20.663-07:00</updated><title type='text'>Create a Wiki in 20 minutes : Using Django</title><content type='html'>&lt;p&gt;In this tutorial, I introduce the basics of Django by walking you through the development of a simple wiki application.&lt;br /&gt;&lt;br /&gt;We'll see how you can design your URLs, interact with the database and use the Django template library. As an added bonus, we'll also include support for editing pages using Markdown syntax [ http://daringfireball.net/projects/markdown/ ].&lt;br /&gt;&lt;br /&gt;By the end, you'll see how little time and code it takes to get a simple application up and running.&lt;/p&gt;                                                                                                                                                                                                                            &lt;a href="http://showmedo.com/videos/video?name=1100000&amp;amp;fromSeriesID=110"&gt;&lt;input onclick="this.form.target = 'mywin'; window.open('','mywin','')" style="background-color: rgb(162, 66, 6); color: rgb(255, 255, 255); font-weight: bold; font-size: 97%; width: 135px;" value="Watch this video" type="submit"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="padding: 0px; color: rgb(162, 66, 6); font-weight: bold; font-size: 15px;"&gt;Extending the wiki with wikiwords and search&lt;/div&gt;                                                 &lt;p&gt;This is the second part of the Learn Django series. In this part, we'll extend the Wiki app from part 1&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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. &lt;/p&gt;                                                                                                                                                                                                                            &lt;a href="http://showmedo.com/videos/video?name=1100010&amp;amp;fromSeriesID=110"&gt;&lt;input onclick="this.form.target = 'mywin'; window.open('','mywin','')" style="background-color: rgb(162, 66, 6); color: rgb(255, 255, 255); font-weight: bold; font-size: 97%; width: 135px;" value="Watch this video" type="submit"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5111862076983389475-836215890542714176?l=dharmesh-patel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dharmesh-patel.blogspot.com/feeds/836215890542714176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5111862076983389475&amp;postID=836215890542714176' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5111862076983389475/posts/default/836215890542714176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5111862076983389475/posts/default/836215890542714176'/><link rel='alternate' type='text/html' href='http://dharmesh-patel.blogspot.com/2008/07/create-wiki-in-20-minutes-using-django.html' title='Create a Wiki in 20 minutes : Using Django'/><author><name>Dharmesh Patel</name><uri>http://www.blogger.com/profile/14357051391227900527</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
