<?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>Django Dummy</title>
	<atom:link href="http://djangodummy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://djangodummy.com</link>
	<description>Django from the view of an idiot.</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:15:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Deconstructing AJAX</title>
		<link>http://djangodummy.com/2011/08/28/deconstructing-ajax/</link>
		<comments>http://djangodummy.com/2011/08/28/deconstructing-ajax/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 21:26:40 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=214</guid>
		<description><![CDATA[We often wonder about the big fuzz of the AJAX technology and it simplifies work on our Network Solutions sites but most often we also scratches ahead what exactly AJAX is made of and made for. AJAX stands for Asynchronous JavaScript and XML. The term was coined for AJAX platform is the product of different technologies [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify"><img class="size-medium wp-image-215 alignleft" style="margin: 3px" src="http://djangodummy.com/wp-content/uploads/2011/08/ajax-in-django-300x279.jpg" alt="Ajax" width="180" height="167" />We often wonder about the big fuzz of the AJAX technology and it simplifies work on our <a href="http://www.domaintalkblog.com/network-solutions-offer-code">Network Solutions</a> sites but most often we also scratches ahead what exactly AJAX is made of and made for.</p>
<p style="text-align: justify">AJAX stands for Asynchronous JavaScript and XML. The term was coined for AJAX platform is the product of different technologies and the prominent of it were the JavaScript and XML. Si if that&#8217;s the case then why not just use JavaScript or XML? That would be a lot easier. I also ask that question when I was in College and my strong feat was on JavaScript. Our web instructor at that time told me that AJAX is not a single stuff and using it would mean handful of web stuffs are at your disposal.</p>
<p style="text-align: justify">I have been an IT instructor and a web specialist and indeed AJAX is not just a single technology and also more than a handful of web technologies. It actually incorporates the following web platforms to come up a more robust yet simple web frame work:</p>
<ul style="text-align: justify">
<li>XHTML for the markup of web pages</li>
<li>Cascading Style Sheet or CSS</li>
<li>DOM / Dynamic Display and Interaction</li>
<li>XML / Data Manipulation</li>
<li>XML and HTTP to provide Data Retrieval</li>
<li>and of course, JavaScript as the base foundation to support all of them.</li>
</ul>
<div style="text-align: justify">To sum all these up, My definition of AJAX is a web framework that allows you to retrieve data from a website which not requires the webpage to refresh everything. It just pitches to and fro the content that you want without refreshing the other contents.</div>
<div style="text-align: justify"><strong>Not clear enough Dummy? &#8230; I&#8217;ll deconstruct it more&#8230;</strong></div>
<div style="text-align: justify">Here is an example, you went to a website where it asks you to fill up a form then ask you to hit submit when you are done, in the 90&#8242;s web architecture using JavaScript, the server will load the HTML and the JavaScript which holds the commands or codes for the submit button. When you click submit, the data you entered will be sent to the server and when you retrieve the data back, the server will load you the data you wanted and not requiring the entire page including the HTML and its images to load again or refresh, which makes it faster. Now, way back 90&#8242;s, the web architecture will require to load both JavaScript and HTML to load everything including the other contents together with the data you want to retrieve. <strong>This makes the process slower and using AJAX solves this archaic hassle.</strong></div>
<div style="text-align: justify">Clear enough? To end this lengthy blog of mine, I want to point out that Django is AJAX based and that should be another reason for you to use and shift to Django framework &#8211; faster loading of data and better data retrieval and manipulation.</div>
<div style="text-align: justify">It&#8217;s all about the DATA in Django and thanks to AJAX we can utilize it fully. And also thanks to my expensive coffee I was able to be stay awake and deconstruct AJAX.</div>
<p style="text-align: justify">
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2011/08/28/deconstructing-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django versus Ruby on Rails</title>
		<link>http://djangodummy.com/2011/07/26/django-versus-ruby-on-rails/</link>
		<comments>http://djangodummy.com/2011/07/26/django-versus-ruby-on-rails/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 15:08:00 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=204</guid>
		<description><![CDATA[There&#8217;s always been a debate between which is better to use, Django or Ruby on Rails. Although, the two are pretty much different with each other, their similarity is visible and comparing the two is inevitable.  Before we declare a winner between Django and Ruby on Rails, let&#8217;s first know the two platform better (I tried them [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify">There&#8217;s always been a debate between which is better to use, Django or Ruby on Rails. Although, the two are pretty much different with each other, their similarity is visible and comparing the two is inevitable.  Before we declare a winner between Django and Ruby on Rails, let&#8217;s first know the two platform better (I tried them both using a <a href="http://www.squidoo.com/godaddy-coupon-2009">godaddy coupon 2011</a> list for a unique name.)</p>
<p style="text-align: center"><img class="size-full wp-image-206 aligncenter" src="http://djangodummy.com/wp-content/uploads/2011/07/django.jpg" alt="django" width="150" height="52" /></p>
<p style="text-align: justify">Django emerged as a product of the highly successful Lawrence Journal World and was intended to host news site. On the other hand, Ruby on Rails sprouted from the development of Basecamp as a framework for a project management web-based service. Considering that both framework is an output of a development of a web-based application then we can conclude that its objectives during its developmental cycle are its strongest feats. News sites for Django and Project Management by Rails. Although it is a correct notion, the two frameworks are more than what they were originally intended to be. Their architecture is now robust that they can be used in almost all types of web applications.</p>
<p style="text-align: justify"><img class="aligncenter size-full wp-image-207" src="http://djangodummy.com/wp-content/uploads/2011/07/rails_logo.jpg" alt="ruby on rails" width="118" height="150" /></p>
<p style="text-align: justify">The two frameworks uses HTML templates as its physical architecture.  The major distinctions is in their formats which the Rails uses an inline Ruby codes for the templates while Django applies its own templating tag language. In this case, Rails functionality can be extended into complex functionality which Django may lacks but Django is simple enough that users with lesser programming skills can still develop web applications and templates.</p>
<p style="text-align: justify">Another difference of the two frameworks is the core scripting language it supports. Django is more on AJAX and with its packaged JSON module while Ruby on Rails comes with the JAVA language so JavaScripting and Jqueries is not an issue. With the current updates of the two frameworks and its Open Source platform, both has plugins that can support cross platform language now. Django has Jython to support Java framework and there are plugins for Rails that can support AJAX.</p>
<p style="text-align: justify">It is not really necessary for us to declare a winner for both frameworks are doing well to its base platforms and has started a strong of community of supporters. But if I have to choose, I would proclaim Django since it has Jython and AJAX supports so it means a cross platform compatibility between Java and AJAX&#8230; and that is a rare feat for CMS.</p>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2011/07/26/django-versus-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django over Java-based Environment?</title>
		<link>http://djangodummy.com/2011/07/09/django-over-java-based-environment/</link>
		<comments>http://djangodummy.com/2011/07/09/django-over-java-based-environment/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 02:44:21 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=195</guid>
		<description><![CDATA[Python is the best core framework of Django. It&#8217;s like coffee and creamer together but some developers specializing in Java platforms prefers a framework that is also scalable in Java environment. There is actually a platform built for Java developers who wanted to use Django as its CMS and its called Jython. A Jython is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify"><img class="size-medium wp-image-197 aligncenter" src="http://djangodummy.com/wp-content/uploads/2011/07/Jython-300x225.jpg" alt="jython" width="300" height="225" />Python is the best core framework of Django. It&#8217;s like coffee and creamer together but some developers specializing in Java platforms prefers a framework that is also scalable in Java environment. There is actually a platform built for Java developers who wanted to use Django as its CMS and its called Jython.</p>
<p style="text-align: justify">A Jython is a a Python implementation for the Java platform and its been proven and tested to work perfectly with Django. Though some installation process may differ and database set up needs some extra lines. It&#8217;s scalability to the Java platform is excellent and the community of Django-Python users are growing in numbers now.</p>
<p style="text-align: justify">For more details in installation guides for Jython, Django or Django &#8211; Jython Package, Visit the Links below.</p>
<p style="text-align: justify">http://wiki.python.org/jython/InstallationInstructions</p>
<p style="text-align: justify">http://packages.python.org/django-jython/quickstart.html</p>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2011/07/09/django-over-java-based-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to do when pip does not install latest version</title>
		<link>http://djangodummy.com/2011/06/17/what-to-do-when-pip-does-not-install-latest-version/</link>
		<comments>http://djangodummy.com/2011/06/17/what-to-do-when-pip-does-not-install-latest-version/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 15:53:04 +0000</pubDate>
		<dc:creator>camilian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=186</guid>
		<description><![CDATA[I was trying to pip upgrade django in on my development box. Imagine my confusion when pip install django &#8211;upgrade upgraded my 1.3 alpha 1 version to version 1.2.3, breaking all my 1.3 specific code. There seems to be an issue with pointers in the virtual environment build/ directory. To fix the issue, all you [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://djangodummy.com/2011/06/17/what-to-do-when-pip-does-not-install-latest-version/" title="Permanent link to What to do when pip does not install latest version"><img class="post_image alignnone" src="http://djangodummy.com/wp-content/uploads/2011/06/PIP.jpg" width="250" height="316" alt="Post image for What to do when pip does not install latest version" /></a>
</p><p>I was trying to pip upgrade django in on my development box.  Imagine my confusion when pip install django &#8211;upgrade upgraded my 1.3 alpha 1 version to version 1.2.3, breaking all my 1.3 specific code.  There seems to be an issue with pointers in the virtual environment build/ directory.  To fix the issue, all you need to do is remove the build/django/ folder and rerun <strong>pip install django &#8211;upgrade</strong> you will get the version you expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2011/06/17/what-to-do-when-pip-does-not-install-latest-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Domain and Hosting Deals</title>
		<link>http://djangodummy.com/2011/05/31/godaddy-coupon-codes/</link>
		<comments>http://djangodummy.com/2011/05/31/godaddy-coupon-codes/#comments</comments>
		<pubDate>Tue, 31 May 2011 22:46:07 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Coupons]]></category>
		<category><![CDATA[coupons]]></category>
		<category><![CDATA[godaddy coupon codes]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=176</guid>
		<description><![CDATA[I found some GoDaddy coupon codes and I figured this would be time to tackle a question we get from time to time: People want to know who we use for our domain and hosting. Even with Django you need hosting to store your files and images. We go with GoDaddy, we&#8217;ve used a few [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I found some GoDaddy coupon codes and I figured this would be time to tackle a question we get from time to time: People want to know who we use for our domain and hosting. Even with Django you need hosting to store your files and images. We go with GoDaddy, we&#8217;ve used a few different companies and switched for various reasons, but in short we use GoDaddy because it&#8217;s consistently cheap and their service is very reliable. Now with these GoDaddy coupon codes you can find them even cheaper.</p>
<h3>I found these <font color="blue"><b><a href="http://www.squidoo.com/godaddy-hosting-promo-code-2009">GoDaddy Coupon Codes</a></font></b> for a discount.</h3>
<p>Domains for just $7.49 and hosting at 20% off and more, use the link above.</p>
<p>Remember that if you switch your hosting company, you have to make sure all your Django settings are changed correctly as well so that you don&#8217;t end up with broken apps or images. Switching hosts is actually a fairly painless process though. There&#8217;s a really good GoDaddy coupon code up there to get .CO domains for cheap; .CO started as the extension for the country of Colombia, but now that it&#8217;s been opened up, it&#8217;s gaining a lot of legitimacy. Even high-level internet companies like twitter (t.co) and overstock.com (o.co) are using the .CO domains. I think just like the cheap .COM domains that were bought for cheap back in the early 90s, buying a .CO domain for your Django site will be a good investment in the future. Right now the .CO market has barely been tapped, but in a few years when domain names are scarcer they might become valuable commodities. And domain sales are no small potatoes: &#8216;Fund.com&#8217; was sold for 10 million dollars! </p>
<p><img src="http://djangodummy.com/wp-content/uploads/2011/05/Domain-Registrar.jpg" alt="godaddy coupon codes"></p>
<p>So whether you are still deciding whether or not to start your own site or you just want to move some stuff over from a hosting or domain company that isn&#8217;t giving you what you want at a good price, you may as well use these GoDaddy coupon codes before they expire.</p>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2011/05/31/godaddy-coupon-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django&#8217;s 1.3 name is WordPress and WordPress&#8217; 3.1 name is Django</title>
		<link>http://djangodummy.com/2011/03/09/djangos-1-3-name-is-wordpress-and-wordpress-3-1-name-is-django/</link>
		<comments>http://djangodummy.com/2011/03/09/djangos-1-3-name-is-wordpress-and-wordpress-3-1-name-is-django/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 15:38:19 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django 1.3]]></category>
		<category><![CDATA[django automattic]]></category>
		<category><![CDATA[django reinhardt]]></category>
		<category><![CDATA[django wordress]]></category>
		<category><![CDATA[wordpress django]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=165</guid>
		<description><![CDATA[Confusing? You bet. Actually, WordPress started it. When weeks ago they announced that 3.1 had been released and they named it &#8220;Django&#8221; in honor of the jazz guitarist Django Reinhardt and weeks followed, Django named their 1.3 release &#8220;WordPress&#8221;. The first time I saw the news in my facebook account that wordpress named their latest [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Confusing? You bet. Actually, WordPress started it. When weeks ago they announced that 3.1 had been released and they named it &#8220;Django&#8221; in honor of the jazz guitarist Django Reinhardt and weeks followed, Django named their 1.3 release &#8220;WordPress&#8221;.</p>
<p>The first time I saw the news in my <a href="http://www.longest.com/2011/07/11/facebook-ads-optimization/">facebook</a> account that wordpress named their latest version Django I was surprised due to the fact that another CMS named Django existed. Now, i am much more surprised that Django retaliated by naming their latest release WordPress. Obviously, WordPress is the current behemoth of CMS and blogging and Django is the underdog but I think it&#8217;s a bit unprofessional for the guys in wordpress to name their update Django. C&#8217;mon guys, pick your own size like Joomla or blogger.</p>
<p>But I just find these whole incident comical and I am enjoying it in a good way. I dont think wordpress is bullying Django but obviously they did a research first when they come up with that name. I think WordPress is just messing Django and Django&#8217;s response is more funnier.</p>
<p>WordPress now named their 3.1 release &#8220;Reinhardt&#8221;, the last name of Django, the jazz guitarist while Django named their 1.3 release &#8220;Automattic&#8221;, and according to Django, that is the last name of WordPress.</p>
<p>This happening just made my day. I love reading news like this.</p>
<p>WordPress and Django, you both rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2011/03/09/djangos-1-3-name-is-wordpress-and-wordpress-3-1-name-is-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Flash To Your Django Site Instantly</title>
		<link>http://djangodummy.com/2011/01/23/add-flash-to-your-django-site-instantly/</link>
		<comments>http://djangodummy.com/2011/01/23/add-flash-to-your-django-site-instantly/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 15:54:40 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Network Solutions]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django extension]]></category>
		<category><![CDATA[django flash]]></category>
		<category><![CDATA[django piecemaker]]></category>
		<category><![CDATA[piecemaker]]></category>
		<category><![CDATA[stalwart]]></category>
		<category><![CDATA[stalwart peicemaker]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=158</guid>
		<description><![CDATA[You can now make your Django-based CMS and use a Network solutions coupon code to get started and make a website flashy and trendy by using the Stalward &#8211; Piecemaker extension. Django is also packed now with good and nifty extensions for all your needs like Flash animations and even action scripts. The Stalwart &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify"><img class="size-medium wp-image-159 alignleft" src="http://djangodummy.com/wp-content/uploads/2011/01/piecemaker_1-300x141.png" alt="" width="300" height="141" />You can now make your Django-based CMS and use a <a href="http://www.promo-coupons.com/network-solutions/">Network solutions coupon code</a> to get started and make a website flashy and trendy by using the Stalward &#8211; Piecemaker extension. Django is also packed now with good and nifty extensions for all your needs like Flash animations and even action scripts.</p>
<p style="text-align: justify">The Stalwart &#8211; Piecemaker or Piecemaker is an open source flash based actionscript supported image rotator for your Django site.</p>
<p><strong>Installation and Configuration is a breeze, just add these lines:</strong></p>
<p><strong>For Installation:</strong></p>
<p>pip install -e git+git@github.com:masarliev/django-plugins.git#egg=stalwart</p>
<p><strong>For Configuration:</strong></p>
<ol>
<li>Put &#8216;stalwrat.piecemaker&#8217; in INSTALLED_APPS</li>
<li>Copy stalwart/piecemaker/media/ to your site media</li>
<li>Add this to your application urls<br />
url(r&#8217;^piecemaker_(?P\d+).xml&#8217;, &#8216;stalwart.piecemaker.views.render_xml&#8217;, name=&#8221;piecemaker_xml&#8221;),</li>
<li>Don&#8217;t forget or syncdb</li>
</ol>
<p>Visit the official link for more details:</p>
<p><a href="http://blog.masarliev.net/en/django-apps/piecemaker/" target="_blank" rel="nofollow">http://blog.masarliev.net/en/django-apps/piecemaker/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2011/01/23/add-flash-to-your-django-site-instantly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a TinyMCE?</title>
		<link>http://djangodummy.com/2010/11/25/what-is-a-tinymce/</link>
		<comments>http://djangodummy.com/2010/11/25/what-is-a-tinymce/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 07:39:16 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[djanco MCE]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django CMS]]></category>
		<category><![CDATA[django tiny MCE]]></category>
		<category><![CDATA[tiny MCE]]></category>
		<category><![CDATA[tinyMCE]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=149</guid>
		<description><![CDATA[You probably have encountered the term TinyMCE when using Django or other CMS or you probably have use it but just don&#8217;t know what it is.. Well, TinyMCE is s a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify"><a href="http://djangodummy.com/wp-content/uploads/2010/11/TinyMCE.png"><img class="size-medium wp-image-150 alignleft" src="http://djangodummy.com/wp-content/uploads/2010/11/TinyMCE-300x118.png" alt="" width="300" height="118" /></a>You probably have encountered the term TinyMCE when using Django or other CMS or you probably have use it but just don&#8217;t know what it is.. Well, <strong>TinyMCE is s a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. </strong>TinyMCE is very easy to integrate into other Content Management Systems.</p>
<p style="text-align: justify">Yes. It&#8217;s a platform or an HTML editor. More like a widget or a plugin. As you see, most CMS allows you enter posts or content like right now.. im blogging this using WordPress via post but I cannot edit the post in a WYISWYG manner. I have to hard code it with CSS to get the appearance that I wanted. Thanks to TinyMCE, it converts my CMS into mini-dreamweaver or frontpage.</p>
<p style="text-align: justify">Why TinyMCE is vital to all CMS, here are the reasons:<br />
1. Easy to Integrate &#8211;  You can integrate it with your Django and other CMS easily. (ill post a guide on installing TinyCME to Django).<br />
2. Customizable &#8211; It can adopt to any kind of themes and plugins.<br />
3. Browser Friendly &#8211; It works in all browsers.<br />
4. Supports AJAX &#8211; It can support AJAX scripts.<br />
5. International &#8211; It has international and multilingual supports.<br />
6. Open Source &#8211; I dont need to explain this one.. fine.. its free! Dummy!</p>
<p style="text-align: justify">So download it now and make your Django and other CMS and one robut WYISWYG HTML editor!</p>
<p style="text-align: justify"><a href="http://tinymce.moxiecode.com/">http://tinymce.moxiecode.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2010/11/25/what-is-a-tinymce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Display Django version numbers in template</title>
		<link>http://djangodummy.com/2010/11/10/how-to-display-django-version-numbers-in-template/</link>
		<comments>http://djangodummy.com/2010/11/10/how-to-display-django-version-numbers-in-template/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 06:26:29 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django CMS]]></category>
		<category><![CDATA[django phyton]]></category>
		<category><![CDATA[django template]]></category>
		<category><![CDATA[django templates]]></category>
		<category><![CDATA[django version]]></category>
		<category><![CDATA[django version 1.1]]></category>
		<category><![CDATA[django version 1.2]]></category>
		<category><![CDATA[django version 1.3]]></category>
		<category><![CDATA[django website]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=136</guid>
		<description><![CDATA[If you are using a template in Django and you want to show what version of Django you are using in your website, you can use this code: In the ile context_processors.py add this code: import sys import django def DjangoVersionContextProcessor(request):     one, two, three, four, five = django.VERSION     return {&#8220;DJANGO_VERSION&#8221;: &#8220;%s.%s.%s&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are using a template in Django and you want to show what version of Django you are using in your website, you can use this code:</p>
<p><strong>In the ile context_processors.py</strong></p>
<p><strong>add this code:</strong><br />
import sys</p>
<p>import django</p>
<p>def DjangoVersionContextProcessor(request):</p>
<p>    one, two, three, four, five = django.VERSION</p>
<p>    return {&#8220;DJANGO_VERSION&#8221;: &#8220;%s.%s.%s&#8221; % (one, two, three)}</p>
<p>def PythonVersionContextProcessor(request):</p>
<p>    one, two, three, four, five = sys.version_info</p>
<p>    return {&#8220;PYTHON_VERSION&#8221;: &#8220;%s.%s.%s&#8221; % (one, two, three)}</p>
<hr />
<br />
<strong>After that, add this code in<br />
</strong>TEMPLATE_CONTEXT_PROCESSORS tuple in settings.py file</p>
<p>TEMPLATE_CONTEXT_PROCESSORS = (</p>
<p>    &#8230; others values in tuple removed  &#8230;</p>
<p>    &#8220;core.context_processors.DjangoVersionContextProcessor&#8221;,<br />
    &#8220;core.context_processors.PythonVersionContextProcessor&#8221;,<br />
)</p>
<hr />
<br />
then add also this:</p>
<p>&lt;a href=&#8221;http://python.org&#8221; title=&#8221;Python {{ PYTHON_VERSION }}&#8221;&gt;Python {{ PYTHON_VERSION }}&lt;/a&gt;<br />
&lt;a href=&#8221;http://www.djangoproject.com&#8221; title=&#8221;Django {{ DJANGO_VERSION }}&#8221;&gt;Django {{ DJANGO_VERSION }}&lt;/a&gt;</p>
<p>Here is a sample output:</p>
<p><a href="http://djangodummy.com/wp-content/uploads/2010/11/django.jpg"><img class="alignright size-medium wp-image-138" src="http://djangodummy.com/wp-content/uploads/2010/11/django-300x57.jpg" alt="" width="300" height="57" /></a></pre>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2010/11/10/how-to-display-django-version-numbers-in-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django and Google App Engine Working Together</title>
		<link>http://djangodummy.com/2010/10/21/django-and-google-app-engine-working-together/</link>
		<comments>http://djangodummy.com/2010/10/21/django-and-google-app-engine-working-together/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 16:55:58 +0000</pubDate>
		<dc:creator>Emmanuel D.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django and google app engine]]></category>
		<category><![CDATA[django google data store]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[google datastore and django]]></category>

		<guid isPermaLink="false">http://djangodummy.com/?p=130</guid>
		<description><![CDATA[One of our main concern when a new WEB framework or CMS is its compatibility issues on leading app engine like the Google App. As a web developer and CMS enthusiast, i personally always make sure that the new CMS I am using is compatible with Google App Engine. Well its a good news for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify"><a href="http://djangodummy.com/wp-content/uploads/2010/10/google-app-engine-pricing.jpg"><img class="alignright size-full wp-image-131" src="http://djangodummy.com/wp-content/uploads/2010/10/google-app-engine-pricing.jpg" alt="" width="172" height="176" /></a>One of our main concern when a new WEB framework or CMS is its compatibility issues on leading app engine like the Google App. As a web developer and CMS enthusiast, i personally always make sure that the new CMS I am using is compatible with Google App Engine.</p>
<p>Well its a good news for us who are using or planning to use Django framework for it is compatible with Google App Engine.  Both Google App Engine and Django can run the WSGI standard to run applications. With a little modification, you can easily use the Google App Engine Datastore.</p>
<p>Here is a helpful code that i got from Google:</p>
<h2>Writing your WSGI Handler in <code>main.py</code></h2>
<pre>import logging, os

# Google App Engine imports.
from google.appengine.ext.webapp import util

# Force Django to reload its settings.
from django.conf import settings
settings._target = None

# Must set this env var before importing any part of Django
# 'project' is the name of the project created with django-admin.py
os.environ['DJANGO_SETTINGS_MODULE'] = '<em>project</em>.settings'

import logging
import django.core.handlers.wsgi
import django.core.signals
import django.db
import django.dispatch.dispatcher

def log_exception(*args, **kwds):
    logging.exception('Exception in request:')

# Log errors.
django.dispatch.dispatcher.connect(
    log_exception, django.core.signals.got_request_exception)

# Unregister the rollback event handler.
django.dispatch.dispatcher.disconnect(
    django.db._rollback_on_exception,
    django.core.signals.got_request_exception)

def main():
    # Create a Django application for WSGI.
    application = django.core.handlers.wsgi.WSGIHandler()

    # Run the WSGI CGI handler with that application.
    util.run_wsgi_app(application)

if __name__ == '__main__':
    main()</pre>
<pre></pre>
<pre>_________________</pre>
<pre>if you have other Django and Google App Engine useful resources, Kindly put it in the comments.</pre>
]]></content:encoded>
			<wfw:commentRss>http://djangodummy.com/2010/10/21/django-and-google-app-engine-working-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

