<?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:blogger='http://schemas.google.com/blogger/2008' 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>2024-09-05T17:57:42.561-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'/><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='https://img1.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>25</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&#39;ll see how you can design your URLs, interact with the database and use the Django template library. As an added bonus, we&#39;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&#39;ll see how little time and code it takes to get a simple application up and running.&lt;/p&gt;                                                                                                                                                                                                                            &lt;a href=&quot;http://showmedo.com/videos/video?name=1100000&amp;amp;fromSeriesID=110&quot;&gt;&lt;input onclick=&quot;this.form.target = &#39;mywin&#39;; window.open(&#39;&#39;,&#39;mywin&#39;,&#39;&#39;)&quot; style=&quot;background-color: rgb(162, 66, 6); color: rgb(255, 255, 255); font-weight: bold; font-size: 97%; width: 135px;&quot; value=&quot;Watch this video&quot; type=&quot;submit&quot;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;padding: 0px; color: rgb(162, 66, 6); font-weight: bold; font-size: 15px;&quot;&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&#39;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&#39;ll see how to implement a search feature in under 20 lines of code using Django&#39;s newforms library and database query API. &lt;/p&gt;                                                                                                                                                                                                                            &lt;a href=&quot;http://showmedo.com/videos/video?name=1100010&amp;amp;fromSeriesID=110&quot;&gt;&lt;input onclick=&quot;this.form.target = &#39;mywin&#39;; window.open(&#39;&#39;,&#39;mywin&#39;,&#39;&#39;)&quot; style=&quot;background-color: rgb(162, 66, 6); color: rgb(255, 255, 255); font-weight: bold; font-size: 97%; width: 135px;&quot; value=&quot;Watch this video&quot; type=&quot;submit&quot;&gt;&lt;/a&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/fullpage/post/5111862076983389475/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='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>