<?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: A Django Killer App &#8211; Web Table Data</title>
	<atom:link href="http://coderseye.com/2006/a-django-killer-app-web-table-data.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2006/a-django-killer-app-web-table-data.html</link>
	<description>Programming is passion made real</description>
	<lastBuildDate>Thu, 12 Aug 2010 01:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: naisioxerloro</title>
		<link>http://coderseye.com/2006/a-django-killer-app-web-table-data.html#comment-223</link>
		<dc:creator>naisioxerloro</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/a-django-killer-app-web-table-data.html#comment-223</guid>
		<description>Hi.
Good design, who make it?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Good design, who make it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex V. Koval</title>
		<link>http://coderseye.com/2006/a-django-killer-app-web-table-data.html#comment-222</link>
		<dc:creator>Alex V. Koval</dc:creator>
		<pubDate>Sat, 07 Oct 2006 04:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/a-django-killer-app-web-table-data.html#comment-222</guid>
		<description>I am switching to Django, and love automated interface and the way it goes. In fact, for my own admin applications inside of Zope, I wrote a &quot;table&quot; which have cross-related but a little different set of functions (http://dev.zwarehouse.org/browser/projects/HTMLTableZWAK/trunk)

This HTMLTable works with any SQL, but not with Django ORM, so may be I will either rewirte it or try to extend Django admin to that direction.

Exactly what I am missing now in automated admin:
1. Ability to specify own &#039;actions&#039; to apply to set of results (selected on page, or to complete all results). This usually means deletion of a set, import, export, and some very custom actions like (ex: subscribe/unsubscribe etc which are custom for application)
2. Ability to change fields listed by admin for a session (columns on screen)
3. Ability to have &#039;function&#039; fields where field is a result of some external function work for a field. This allows doing (slow) sub-queries or special data formatting.

Sooner or later, such kind of object will allow to build a full-functional
admin interfaces. As for now, admin only allows very basic editing of object related data, you can not build a complete admin application on that.</description>
		<content:encoded><![CDATA[<p>I am switching to Django, and love automated interface and the way it goes. In fact, for my own admin applications inside of Zope, I wrote a &#8220;table&#8221; which have cross-related but a little different set of functions (<a href="http://dev.zwarehouse.org/browser/projects/HTMLTableZWAK/trunk" rel="nofollow">http://dev.zwarehouse.org/browser/projects/HTMLTableZWAK/trunk</a>)</p>
<p>This HTMLTable works with any SQL, but not with Django ORM, so may be I will either rewirte it or try to extend Django admin to that direction.</p>
<p>Exactly what I am missing now in automated admin:<br />
1. Ability to specify own &#8216;actions&#8217; to apply to set of results (selected on page, or to complete all results). This usually means deletion of a set, import, export, and some very custom actions like (ex: subscribe/unsubscribe etc which are custom for application)<br />
2. Ability to change fields listed by admin for a session (columns on screen)<br />
3. Ability to have &#8216;function&#8217; fields where field is a result of some external function work for a field. This allows doing (slow) sub-queries or special data formatting.</p>
<p>Sooner or later, such kind of object will allow to build a full-functional<br />
admin interfaces. As for now, admin only allows very basic editing of object related data, you can not build a complete admin application on that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
