<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: App.yaml vs Settings.py</title>
	<atom:link href="http://yousefourabi.com/blog/2008/05/appyaml-vs-settingspy/feed/" rel="self" type="application/rss+xml" />
	<link>http://yousefourabi.com/blog/2008/05/appyaml-vs-settingspy/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 21:04:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gorodn Clarke </title>
		<link>http://yousefourabi.com/blog/2008/05/appyaml-vs-settingspy/comment-page-1/#comment-355</link>
		<dc:creator>Gorodn Clarke </dc:creator>
		<pubDate>Sun, 10 May 2009 18:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://yousefourabi.com/?p=137#comment-355</guid>
		<description>Hi searching he web found your details online and have a number of customers that are looking to re-develop their HTML, PHP website to Django/Python. I am a Business Development Consultant and looking to team up with other Django/Python so that I can resell their skills and channel my customer projects via our website to them.  Please feel free to get in touch via Skype: G.J.G.Clarke</description>
		<content:encoded><![CDATA[<p>Hi searching he web found your details online and have a number of customers that are looking to re-develop their HTML, PHP website to Django/Python. I am a Business Development Consultant and looking to team up with other Django/Python so that I can resell their skills and channel my customer projects via our website to them.  Please feel free to get in touch via Skype: G.J.G.Clarke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gorodn Clarke </title>
		<link>http://yousefourabi.com/blog/2008/05/appyaml-vs-settingspy/comment-page-1/#comment-325</link>
		<dc:creator>Gorodn Clarke </dc:creator>
		<pubDate>Sun, 10 May 2009 11:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://yousefourabi.com/?p=137#comment-325</guid>
		<description>Hi searching he web found your details online and have a number of customers that are looking to re-develop their HTML, PHP website to Django/Python. I am a Business Development Consultant and looking to team up with other Django/Python so that I can resell their skills and channel my customer projects via our website to them.  Please feel free to get in touch via Skype: G.J.G.Clarke</description>
		<content:encoded><![CDATA[<p>Hi searching he web found your details online and have a number of customers that are looking to re-develop their HTML, PHP website to Django/Python. I am a Business Development Consultant and looking to team up with other Django/Python so that I can resell their skills and channel my customer projects via our website to them.  Please feel free to get in touch via Skype: G.J.G.Clarke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Lewis</title>
		<link>http://yousefourabi.com/blog/2008/05/appyaml-vs-settingspy/comment-page-1/#comment-309</link>
		<dc:creator>Ian Lewis</dc:creator>
		<pubDate>Thu, 22 Jan 2009 06:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://yousefourabi.com/?p=137#comment-309</guid>
		<description>Your app.yaml and your settings.py are really quite different. If you are using django on appengine these two will be treated differently.&lt;br&gt;&lt;br&gt;You can think of the app.yaml as your webserver configuration. The web server can serve static files do many things much faster if it doesn&#039;t have to invoke your application python code. It that way it&#039;s best to set your static file urls and caching expriation in your app.yaml file rather than your urls.py or settings.py or views. This is the same for deploying a django app with lighty or apache.&lt;br&gt;&lt;br&gt;In terms of the debug in development versus production, I think the best practice there is to make a deploy directory which contains a deploy.py to write an app.yaml file out for production or local development. You can use python&#039;s built in string.Template module for that. You&#039;ll want to add the deploy/ directory to skip_files in your app.yaml so it isn&#039;t deployed to production though.</description>
		<content:encoded><![CDATA[<p>Your app.yaml and your settings.py are really quite different. If you are using django on appengine these two will be treated differently.</p>
<p>You can think of the app.yaml as your webserver configuration. The web server can serve static files do many things much faster if it doesn&#39;t have to invoke your application python code. It that way it&#39;s best to set your static file urls and caching expriation in your app.yaml file rather than your urls.py or settings.py or views. This is the same for deploying a django app with lighty or apache.</p>
<p>In terms of the debug in development versus production, I think the best practice there is to make a deploy directory which contains a deploy.py to write an app.yaml file out for production or local development. You can use python&#39;s built in string.Template module for that. You&#39;ll want to add the deploy/ directory to skip_files in your app.yaml so it isn&#39;t deployed to production though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
