<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Using Django with cron for batch jobs</title>
	<link>http://scottbarnham.com/blog/2007/04/26/using-django-with-cron-for-batch-jobs/</link>
	<description>Code and comments on web development, Django, Python and things (un)related.</description>
	<pubDate>Wed, 07 Jan 2009 04:33:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: admin</title>
		<link>http://scottbarnham.com/blog/2007/04/26/using-django-with-cron-for-batch-jobs/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 08 May 2007 08:19:45 +0000</pubDate>
		<guid>http://scottbarnham.com/blog/2007/04/26/using-django-with-cron-for-batch-jobs/#comment-3</guid>
		<description>Hi ak.

I suppose it depends what your script is doing whether it should go in the project or application directory.  If it only uses models for one application, it would be more logical to put it in the application directory.

In my case, the script uses models from different applications within the project, so I put it in the project directory (next to settings.py).</description>
		<content:encoded><![CDATA[<p>Hi ak.</p>
<p>I suppose it depends what your script is doing whether it should go in the project or application directory.  If it only uses models for one application, it would be more logical to put it in the application directory.</p>
<p>In my case, the script uses models from different applications within the project, so I put it in the project directory (next to settings.py).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak</title>
		<link>http://scottbarnham.com/blog/2007/04/26/using-django-with-cron-for-batch-jobs/#comment-2</link>
		<dc:creator>ak</dc:creator>
		<pubDate>Tue, 08 May 2007 06:32:44 +0000</pubDate>
		<guid>http://scottbarnham.com/blog/2007/04/26/using-django-with-cron-for-batch-jobs/#comment-2</guid>
		<description>I made a blog post recently about something very similar to your post. The difference is that I put my code in the application directory instead of the project directory (next to the models.py). I think it is more logical that way.</description>
		<content:encoded><![CDATA[<p>I made a blog post recently about something very similar to your post. The difference is that I put my code in the application directory instead of the project directory (next to the models.py). I think it is more logical that way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.134 seconds -->
