<?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://davidfischer.name/2009/10/using-django-for-intranet-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidfischer.name/2009/10/using-django-for-intranet-applications/</link>
	<description>Some Things to Some People</description>
	<lastBuildDate>Tue, 11 Oct 2011 12:52:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://davidfischer.name/2009/10/using-django-for-intranet-applications/comment-page-1/#comment-709</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 06 Sep 2011 00:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidfischer.name/?p=295#comment-709</guid>
		<description>I have only one short experience with CodeIgniter so I don&#039;t feel qualified to properly compare the two. Django will not completely prevent you from writing code. However, it does make things fairly easy. Given what you described, I definitely think Django could handle it. The Django admin is highly customizeable and I&#039;ve seen a couple commercial products that leverage it heavily.

At the same time, there will be some ramp-up time for you and your team on Django and on at least your first project I&#039;d expect that you could get things done more quickly with CodeIgniter for the simple fact that you know it better.</description>
		<content:encoded><![CDATA[<p>I have only one short experience with CodeIgniter so I don&#8217;t feel qualified to properly compare the two. Django will not completely prevent you from writing code. However, it does make things fairly easy. Given what you described, I definitely think Django could handle it. The Django admin is highly customizeable and I&#8217;ve seen a couple commercial products that leverage it heavily.</p>
<p>At the same time, there will be some ramp-up time for you and your team on Django and on at least your first project I&#8217;d expect that you could get things done more quickly with CodeIgniter for the simple fact that you know it better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abah</title>
		<link>http://davidfischer.name/2009/10/using-django-for-intranet-applications/comment-page-1/#comment-708</link>
		<dc:creator>Abah</dc:creator>
		<pubDate>Mon, 05 Sep 2011 18:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidfischer.name/?p=295#comment-708</guid>
		<description>Thank you for this helpful post, 

As a freelancer Codeigniter framework (PHP) is what i`m currently using on daily tasks but i decided to change due to the fact that you still have to write a lot of code to accomplish a task. 

i have an intranet application at hand now, the application will manage church and support church branches and managers for each branch, support complex search etc, also automatic sending of newsletter, sms, produce report on pdf, and excel format.

Should i use django admin? i`m wondering how we can customize the django admin to fit our design.

Thank you for your support</description>
		<content:encoded><![CDATA[<p>Thank you for this helpful post, </p>
<p>As a freelancer Codeigniter framework (PHP) is what i`m currently using on daily tasks but i decided to change due to the fact that you still have to write a lot of code to accomplish a task. </p>
<p>i have an intranet application at hand now, the application will manage church and support church branches and managers for each branch, support complex search etc, also automatic sending of newsletter, sms, produce report on pdf, and excel format.</p>
<p>Should i use django admin? i`m wondering how we can customize the django admin to fit our design.</p>
<p>Thank you for your support</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://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://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>

