<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>bart's blog - Latest Comments in Creating My Django Server.</title><link>http://bartoosh.disqus.com/</link><description></description><atom:link href="https://bartoosh.disqus.com/creating_my_django_server_46/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 11 Dec 2008 06:14:09 -0000</lastBuildDate><item><title>Re: Creating My Django Server.</title><link>http://bartek.im/2008/12/07/creating-my-django-server/#comment-4326530</link><description>&lt;p&gt;Hey, thanks!&lt;/p&gt;&lt;p&gt;As for the PythonPath, you do not need to include the path to django like I&lt;br&gt;did if your app is in a different location. I shall revise that part to make&lt;br&gt;it clearer but if your app is in /home/my/app then all you need to have is:&lt;/p&gt;&lt;p&gt;PythonPath "['/home/my/app'] + sys.path"&lt;/p&gt;&lt;p&gt;Hope that makes sense&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bartek</dc:creator><pubDate>Thu, 11 Dec 2008 06:14:09 -0000</pubDate></item><item><title>Re: Creating My Django Server.</title><link>http://bartek.im/2008/12/07/creating-my-django-server/#comment-4324037</link><description>&lt;p&gt;Good walkthrough Bartek - the only thing I had to add for my deploy was the following:&lt;/p&gt;&lt;p&gt;PythonPath “['/usr/lib/python2.5/site-packages/django', '/path/to/my/app'] + sys.path”&lt;/p&gt;&lt;p&gt;then everything worked more or less without a hitch.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ash Christopher</dc:creator><pubDate>Thu, 11 Dec 2008 01:25:54 -0000</pubDate></item></channel></rss>