<?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: Using Django for Intranet Applications</title>
	<atom:link href="http://www.davidfischer.name/2009/10/using-django-for-intranet-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidfischer.name/2009/10/using-django-for-intranet-applications/</link>
	<description>Some Things to Some People</description>
	<lastBuildDate>Thu, 02 Sep 2010 05:29:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: David</title>
		<link>http://www.davidfischer.name/2009/10/using-django-for-intranet-applications/comment-page-1/#comment-142</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 24 Feb 2010 18:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidfischer.name/?p=295#comment-142</guid>
		<description>&lt;a href=&quot;#comment-141&quot; rel=&quot;nofollow&quot;&gt;@Steven Elliott &lt;/a&gt; 
About what functionality are you concerned? At work, we use Django for moderate traffic (~500 total intranet users), somewhat intensive applications without many problems. In general, I choose Django for nearly every web based project where that decision is left up to me. The applications you described seem pretty straight forward and Django should be able to handle them unless you are doing something crazy.

However, there are cases where Python may not be the best language choice to get the job done or Django may not be the best fit and in those cases you have to consider other options. We have an upcoming code analysis project that will rely heavily on MSSql Server (and other databases) and I have some reservations. Although &lt;a href=&quot;http://code.google.com/p/pyodbc&quot; rel=&quot;nofollow&quot;&gt;pyodbc&lt;/a&gt; is pretty solid for database access from Linux to MSSql, &lt;a href=&quot;http://code.google.com/p/django-pyodbc/&quot; rel=&quot;nofollow&quot;&gt;django-pyodbc&lt;/a&gt; has raised some concerns due to lack of support. We are considering using Python with &lt;a href=&quot;http://www.sqlalchemy.org/&quot; rel=&quot;nofollow&quot;&gt;SQLAlchemy&lt;/a&gt;/&lt;a href=&quot;http://elixir.ematia.de&quot; rel=&quot;nofollow&quot;&gt;Elixir&lt;/a&gt; (with and without Django) as well as Java. This application will have a database with billions of records and will do code analysis on tens of millions of files. However, my concerns aren&#039;t with Django&#039;s ability to handle that data but rather with support for the database packages we&#039;ll be using.</description>
		<content:encoded><![CDATA[<p><a href="#comment-141" rel="nofollow">@Steven Elliott </a><br />
About what functionality are you concerned? At work, we use Django for moderate traffic (~500 total intranet users), somewhat intensive applications without many problems. In general, I choose Django for nearly every web based project where that decision is left up to me. The applications you described seem pretty straight forward and Django should be able to handle them unless you are doing something crazy.</p>
<p>However, there are cases where Python may not be the best language choice to get the job done or Django may not be the best fit and in those cases you have to consider other options. We have an upcoming code analysis project that will rely heavily on MSSql Server (and other databases) and I have some reservations. Although <a href="http://code.google.com/p/pyodbc" rel="nofollow">pyodbc</a> is pretty solid for database access from Linux to MSSql, <a href="http://code.google.com/p/django-pyodbc/" rel="nofollow">django-pyodbc</a> has raised some concerns due to lack of support. We are considering using Python with <a href="http://www.sqlalchemy.org/" rel="nofollow">SQLAlchemy</a>/<a href="http://elixir.ematia.de" rel="nofollow">Elixir</a> (with and without Django) as well as Java. This application will have a database with billions of records and will do code analysis on tens of millions of files. However, my concerns aren&#8217;t with Django&#8217;s ability to handle that data but rather with support for the database packages we&#8217;ll be using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Elliott</title>
		<link>http://www.davidfischer.name/2009/10/using-django-for-intranet-applications/comment-page-1/#comment-141</link>
		<dc:creator>Steven Elliott</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidfischer.name/?p=295#comment-141</guid>
		<description>Interesting post. Sorry I&#039;m a bit late in responding but I&#039;ve just recently started looking at django as an alternative for some intranet-type applications. Part of my requirements include: paid time off tracking, micro-blogging, policy and memo delivery, organization news, inventory management, bug tracking/feature request software. 

I initially looked at Rails for this but I find Ruby very obtuse and Rails to be very confusing (for me). Do you feel that Django can handle &quot;enterprisey&quot; applications. Most of everything youbsee out there is a news site or social networking site. You don&#039;t see a lot of django apps that do a lot of processing and what not.</description>
		<content:encoded><![CDATA[<p>Interesting post. Sorry I&#8217;m a bit late in responding but I&#8217;ve just recently started looking at django as an alternative for some intranet-type applications. Part of my requirements include: paid time off tracking, micro-blogging, policy and memo delivery, organization news, inventory management, bug tracking/feature request software. </p>
<p>I initially looked at Rails for this but I find Ruby very obtuse and Rails to be very confusing (for me). Do you feel that Django can handle &#8220;enterprisey&#8221; applications. Most of everything youbsee out there is a news site or social networking site. You don&#8217;t see a lot of django apps that do a lot of processing and what not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
