<?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>BLACKBING &#187; python</title>
	<atom:link href="http://blog.blackbing.net/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blackbing.net</link>
	<description>紀錄一些生活或工作的雜事，偶爾會寫一些前端開發的心得</description>
	<lastBuildDate>Sun, 15 Aug 2010 06:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>python Django install notes</title>
		<link>http://blog.blackbing.net/2010/03/01/python-django-install-notes/</link>
		<comments>http://blog.blackbing.net/2010/03/01/python-django-install-notes/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 08:03:03 +0000</pubDate>
		<dc:creator>BLACKBING</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.blackbing.net/?p=426</guid>
		<description><![CDATA[sudo apt-get install python-setuptools sudo apt-get install python-mysqldb sudo apt-get install python-django 開新專案：django-admin startproject project 啟動server：python manage.py runserver]]></description>
			<content:encoded><![CDATA[<ul>
	<li>sudo apt-get install python-setuptools</li>
	<li>sudo apt-get install python-mysqldb</li>
	<li>sudo apt-get install python-django</li>
	<li>開新專案：django-admin startproject project</li>
	<li>啟動server：python manage.py runserver</li>
</ul>

<p><br class="spacer_" /></p> <img src="http://blog.blackbing.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=426" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.blackbing.net/2010/03/01/python-django-install-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
