<?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: Django using Eclipse IDE and Pydev</title>
	<atom:link href="http://tomcoote.co.uk/productivity/django-using-eclipse-ide-and-pydev/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomcoote.co.uk/productivity/django-using-eclipse-ide-and-pydev/</link>
	<description>An ace web developer!</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom Coote</title>
		<link>http://tomcoote.co.uk/productivity/django-using-eclipse-ide-and-pydev/comment-page-1/#comment-33609</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Mon, 19 Dec 2011 18:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=283#comment-33609</guid>
		<description>I&#039;d recommend not integrating MySQL into Eclipse. Download MySQL Workbench which is a nice GUI for your MySQL databases. However I&#039;d urge you to use PostgreSQL instead of MySQL and that isn&#039;t based on personal preference but real experience with MySQL and Django. MySQL doesn&#039;t have transaction support for schema modification which causes big head aches when releasing new features that require database schema changes. I&#039;m sure you&#039;ll end of using django-south for this job, take my advice and use PostgreSQL and you won&#039;t be kicking yourself 6 months down the line. A good GUI for PostgreSQL is pgAdmin III. Works on windows and linux.

One last thing. If you currently have the choice between linux and windows platforms then don&#039;t even consider windows. As much as I like windows, chances are you&#039;ll be running Django through Apache using mod_wsgi and if so you&#039;ll get better performance under linux. Hope that helps.</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend not integrating MySQL into Eclipse. Download MySQL Workbench which is a nice GUI for your MySQL databases. However I&#8217;d urge you to use PostgreSQL instead of MySQL and that isn&#8217;t based on personal preference but real experience with MySQL and Django. MySQL doesn&#8217;t have transaction support for schema modification which causes big head aches when releasing new features that require database schema changes. I&#8217;m sure you&#8217;ll end of using django-south for this job, take my advice and use PostgreSQL and you won&#8217;t be kicking yourself 6 months down the line. A good GUI for PostgreSQL is pgAdmin III. Works on windows and linux.</p>
<p>One last thing. If you currently have the choice between linux and windows platforms then don&#8217;t even consider windows. As much as I like windows, chances are you&#8217;ll be running Django through Apache using mod_wsgi and if so you&#8217;ll get better performance under linux. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohit</title>
		<link>http://tomcoote.co.uk/productivity/django-using-eclipse-ide-and-pydev/comment-page-1/#comment-33604</link>
		<dc:creator>rohit</dc:creator>
		<pubDate>Mon, 19 Dec 2011 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=283#comment-33604</guid>
		<description>hi, I&#039;m also looking forward to use eclipse as my ide for django project , I have decided that I&#039;ll be using mysql with it on windows plateform { I&#039;m linux user but team decided on windows } and I&#039;m quite confused about how to integrate mysql into django and eclipse
can you pls suggest some industry preferred way of doing this?</description>
		<content:encoded><![CDATA[<p>hi, I&#8217;m also looking forward to use eclipse as my ide for django project , I have decided that I&#8217;ll be using mysql with it on windows plateform { I&#8217;m linux user but team decided on windows } and I&#8217;m quite confused about how to integrate mysql into django and eclipse<br />
can you pls suggest some industry preferred way of doing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif</title>
		<link>http://tomcoote.co.uk/productivity/django-using-eclipse-ide-and-pydev/comment-page-1/#comment-19971</link>
		<dc:creator>Asif</dc:creator>
		<pubDate>Thu, 11 Aug 2011 20:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://tomcoote.co.uk/?p=283#comment-19971</guid>
		<description>I too wanted to use Django with Eclipse IDE. Searching through Google I found your site. Now I will try and get started with it. Thanks for saving me a lot of effort.</description>
		<content:encoded><![CDATA[<p>I too wanted to use Django with Eclipse IDE. Searching through Google I found your site. Now I will try and get started with it. Thanks for saving me a lot of effort.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

