<?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>Web Oom &#187; django</title>
	<atom:link href="http://web.pyncus.com/category/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.pyncus.com</link>
	<description>Build and Share Web Technology</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>What is google app engine?</title>
		<link>http://web.pyncus.com/2009/12/31/what-is-google-app-engine/</link>
		<comments>http://web.pyncus.com/2009/12/31/what-is-google-app-engine/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 06:42:00 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[google app engine]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=574</guid>
		<description><![CDATA[Google App Engine lets you run your web applications on Google&#8217;s infrastructure. It is kind of web hosting server I think. Django can be also served with google app engine.]]></description>
			<content:encoded><![CDATA[<p>Google App Engine lets you run your web applications on Google&#8217;s infrastructure. </p>
<p>It is kind of web hosting server I think.<br />
Django can be also served with google app engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/12/31/what-is-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart apache server after change (in webfaction)</title>
		<link>http://web.pyncus.com/2009/12/01/restart-apache-server-after-change-in-webfaction/</link>
		<comments>http://web.pyncus.com/2009/12/01/restart-apache-server-after-change-in-webfaction/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 07:40:10 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[restart]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=561</guid>
		<description><![CDATA[After you made changes, to see its effect, execute restart under apache2/bin/ >/home/pyncus/webapps/django11/apache2/bin/restart]]></description>
			<content:encoded><![CDATA[<p>After you made changes,<br />
to see its effect,<br />
execute restart under apache2/bin/<br />
>/home/pyncus/webapps/django11/apache2/bin/restart</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/12/01/restart-apache-server-after-change-in-webfaction/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>How to comment in django template file</title>
		<link>http://web.pyncus.com/2009/12/01/how-to-comment-in-django-template-file/</link>
		<comments>http://web.pyncus.com/2009/12/01/how-to-comment-in-django-template-file/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 07:03:18 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=558</guid>
		<description><![CDATA[Ignore everything between {% comment %} and {% endcomment %}]]></description>
			<content:encoded><![CDATA[<p>Ignore everything between <tt><span>{%</span> <span>comment</span> <span>%}</span></tt> and <tt><span>{%</span> <span>endcomment</span> <span>%}</span></tt></p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/12/01/how-to-comment-in-django-template-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Django in linux</title>
		<link>http://web.pyncus.com/2009/12/01/how-to-install-django-in-linux/</link>
		<comments>http://web.pyncus.com/2009/12/01/how-to-install-django-in-linux/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:33:01 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=555</guid>
		<description><![CDATA[First, download Django-1.1.1.tar.gz. Then: tar xzvf Django-1.1.1.tar.gz cd Django-1.1.1 sudo python setup.py install]]></description>
			<content:encoded><![CDATA[<p>First, download <a href="http://www.djangoproject.com/download/1.1.1/tarball/">Django-1.1.1.tar.gz</a>. Then:</p>
<pre><code>tar xzvf Django-1.1.1.tar.gz
cd Django-1.1.1
sudo python setup.py install</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/12/01/how-to-install-django-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django friendly Web hosting service</title>
		<link>http://web.pyncus.com/2009/09/14/django-friendly-web-hosting-service/</link>
		<comments>http://web.pyncus.com/2009/09/14/django-friendly-web-hosting-service/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:34:07 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[hosting service]]></category>
		<category><![CDATA[webfaction]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=421</guid>
		<description><![CDATA[When I have been surfing around django sites, I saw many webfaction service advertised. For my new project, I just started to search for web hosting service and finally decided to go with Webfaction. The major concern I had in choosing webfaction was limited disk space and bandwidth. However, I realized that anyway my website <a href='http://web.pyncus.com/2009/09/14/django-friendly-web-hosting-service/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>When I have been surfing around django sites, I saw many <a href="http://www.webfaction.com/?affiliate=jangwlee">webfaction</a> service advertised.</p>
<p>For my new project, I just started to search for web hosting service and finally decided to go with <a href="http://www.webfaction.com/?affiliate=jangwlee">Webfaction</a>.</p>
<p>The major concern I had in choosing <a href="http://www.webfaction.com/services/hosting?affiliate=jangwlee">webfaction</a> was limited disk space and bandwidth.</p>
<p>However, I realized that anyway my website will have low traffic and need less amount of disk space in the beginning.</p>
<p>The positive perspectives were</p>
<p>1.  many positive reviews and happy customers</p>
<p>2. the most django-friendly service, easy setup and they can also support mod_python (most other sites seem to support fastcgi only)</p>
<p>3. it has subversion support</p>
<p>This is beginning and I don&#8217;t know much about running the website. But let&#8217;s see how it works out!</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/09/14/django-friendly-web-hosting-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool text</title>
		<link>http://web.pyncus.com/2009/09/10/cool-text/</link>
		<comments>http://web.pyncus.com/2009/09/10/cool-text/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:10:16 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[cooltext]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[log]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=419</guid>
		<description><![CDATA[Found an interesting web site cooltext.com which provides a free graphic generation for web pages.]]></description>
			<content:encoded><![CDATA[<p>Found an interesting web site</p>
<p><a href="http://cooltext.com">cooltext.com</a></p>
<p>which provides a free graphic generation for web pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/09/10/cool-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django development from usb drive</title>
		<link>http://web.pyncus.com/2009/09/10/django-development-from-usb-drive/</link>
		<comments>http://web.pyncus.com/2009/09/10/django-development-from-usb-drive/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 17:57:10 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=417</guid>
		<description><![CDATA[I found an interesting python development method that can be done from a usb drive. portable python portableapps.com has many interesting apps: 1. commandprompt portable 2. notepad++ portable 3. sumatrapdf portable 4. putty portable 5. winscp portable etc. After installing portablepython execute SPE-Portable.exe open manage.py and run (F9) with argument &#8220;runserver&#8221;]]></description>
			<content:encoded><![CDATA[<p>I found an interesting python development method that can be done from a usb drive.</p>
<p><a href="http://www.portablepython.com/">portable python</a></p>
<p><a href="http://portableapps.com">portableapps.com</a> has many interesting apps:</p>
<p>1. commandprompt portable</p>
<p>2. notepad++ portable</p>
<p>3. sumatrapdf portable</p>
<p>4. putty portable</p>
<p>5. winscp portable</p>
<p>etc.</p>
<p>After installing portablepython</p>
<p>execute</p>
<p>SPE-Portable.exe</p>
<p>open manage.py</p>
<p>and run (F9) with argument &#8220;runserver&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/09/10/django-development-from-usb-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to setup testing email sending?</title>
		<link>http://web.pyncus.com/2009/08/07/how-to-setup-testing-email-sending/</link>
		<comments>http://web.pyncus.com/2009/08/07/how-to-setup-testing-email-sending/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:43:05 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[send_mail]]></category>
		<category><![CDATA[smtpd]]></category>
		<category><![CDATA[test email]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=410</guid>
		<description><![CDATA[1. In settings.py EMAIL_HOST = &#8216;localhost&#8217; EMAIL_PORT = 1025 EMAIL_HOST_USER = &#8221; EMAIL_HOST_PASSWORD = &#8221; EMAIL_USE_TLS = False DEFAULT_FROM_EMAIL = &#8216;testing@example.com&#8217; 2. Execute $python -m smtpd -n -c DebuggingServer localhost:1025 Nothing will happen until you send email. 3. $python manage.py shell &#62;&#62;&#62;from django.core.mail send_mail &#62;&#62;&#62;send_mail(&#8216;subject&#8217;, &#8216;body&#8217;,'from@example.com&#8217;,['youremail@gmail.com']) This will display the mail.]]></description>
			<content:encoded><![CDATA[<p>1.</p>
<p>In settings.py<br />
EMAIL_HOST = &#8216;localhost&#8217;<br />
EMAIL_PORT = 1025<br />
EMAIL_HOST_USER = &#8221;<br />
EMAIL_HOST_PASSWORD = &#8221;<br />
EMAIL_USE_TLS = False<br />
DEFAULT_FROM_EMAIL = &#8216;testing@example.com&#8217;</p>
<p>2. Execute</p>
<pre>$python -m smtpd -n -c DebuggingServer localhost:1025</pre>
<p>Nothing will happen until you send email.</p>
<p>3.</p>
<pre>$python manage.py shell</pre>
<p>&gt;&gt;&gt;from django.core.mail send_mail</p>
<p>&gt;&gt;&gt;send_mail(&#8216;subject&#8217;, &#8216;body&#8217;,'from@example.com&#8217;,['youremail@gmail.com'])</p>
<p>This will display the mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/08/07/how-to-setup-testing-email-sending/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to customize template of django-comment?</title>
		<link>http://web.pyncus.com/2009/08/05/how-to-customize-template-of-django-comment/</link>
		<comments>http://web.pyncus.com/2009/08/05/how-to-customize-template-of-django-comment/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 05:43:05 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=405</guid>
		<description><![CDATA[Copy template files under contrib/comments/templates/comments into your default template directory. Change your template files. Template loader will find files first at your default template directory.]]></description>
			<content:encoded><![CDATA[<p>Copy template files under</p>
<p>contrib/comments/templates/comments</p>
<p>into your default template directory.</p>
<p>Change your template files. Template loader will find files first at your default template directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/08/05/how-to-customize-template-of-django-comment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do you want to use datetime.datetime.now ?</title>
		<link>http://web.pyncus.com/2009/08/04/do-you-want-to-use-datetime-datetime-now/</link>
		<comments>http://web.pyncus.com/2009/08/04/do-you-want-to-use-datetime-datetime-now/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 07:49:13 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[datetime]]></category>

		<guid isPermaLink="false">http://weboom.wordpress.com/?p=403</guid>
		<description><![CDATA[Then, import datetime]]></description>
			<content:encoded><![CDATA[<p>Then,</p>
<p>import datetime</p>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/08/04/do-you-want-to-use-datetime-datetime-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

