<?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>Oliver's Place &#187; IntelliJ</title>
	<atom:link href="http://weichhold.com/category/intellij/feed/" rel="self" type="application/rss+xml" />
	<link>http://weichhold.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2010 18:13:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using IntelliJ for Django Development</title>
		<link>http://weichhold.com/2008/07/11/using-intellij-for-django-development/</link>
		<comments>http://weichhold.com/2008/07/11/using-intellij-for-django-development/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 10:08:56 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IntelliJ]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Notepad++]]></category>

		<guid isPermaLink="false">http://weichhold.com/?p=15</guid>
		<description><![CDATA[About a year ago I’ve switched over to IntelliJ as my primary Java IDE. When I began to dabble a bit in Django a few days ago, I realized that IntelliJ had me spoiled when it comes to Editor Features – especially when working with Javascript and HTML files. Notepad++ &#8211; although a great text [...]]]></description>
			<content:encoded><![CDATA[<p>About a year ago I’ve switched over to IntelliJ as my primary Java IDE. When I began to dabble a bit in Django a few days ago, I realized that IntelliJ had me spoiled when it comes to Editor Features – especially when working with Javascript and HTML files. Notepad++ &#8211; although a great text editor on its own right &#8211; simply didn’t cut it for me for web development.</p>
<p>When I tried opening my Django files in IntelliJ I had to realize that IntelliJ needs a project context for opening a file. Even for a simple html file. Fortunately the solution was pretty straight forward. Navigate to your Django project root directory and create a new file .project. Some of you have guessed it: we are pretending to be Eclipse. Open the file in a text editor and paste the following snipped into it:</p>
<blockquote><p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;projectDescription&gt;<br />
&lt;name&gt;myproject&lt;/name&gt;<br />
&lt;comment&gt;&lt;/comment&gt;<br />
&lt;projects&gt;&lt;/projects&gt;<br />
&lt;/projectDescription&gt;</p></blockquote>
<p>Edit the &lt;name&gt; tag value and change it to your liking.</p>
<p><span id="more-15"></span></p>
<p>Now it’s time to launch IntelliJ. Select <em>File </em>-&gt; <em>New Project</em>. Select <em>Import project from external model</em> and click <em>Next</em>. Select <em>Eclipse </em>(should be the default) and click <em>Next</em>. Now enter the path to your Django project root folder in the <em>Select Eclipse projects directory</em> field. Click <em>Next</em>. You should now see the name of your pseudo eclipse project in the list. Click <em>Next</em>. You may now change the project name or just click <em>Finish</em>.  Open the project view and change to <em>Project </em>mode. Congratulations, you have imported your Django project into IntelliJ.</p>
<p>I&#8217;d suggest that you install the Pythonid plugin for IntelliJ in order to get a better Python code editing experience and that you add .pyc and .pyo to the <em>Ignored files and folders </em>in IntelliJ&#8217;s <em>General Settings</em> as final steps.</p>
<img src="http://weichhold.com/?ak_action=api_record_view&id=15&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://weichhold.com/2008/07/11/using-intellij-for-django-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
