<?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: Django: Generating static javascript and CSS with reversed URLs via Templates</title>
	<atom:link href="http://www.elfsternberg.com/2009/08/20/django-generating-static-javascript-and-css-with-reversed-urls-via-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elfsternberg.com/2009/08/20/django-generating-static-javascript-and-css-with-reversed-urls-via-templates/</link>
	<description>Done, and gets things smart.</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:34:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jj</title>
		<link>http://www.elfsternberg.com/2009/08/20/django-generating-static-javascript-and-css-with-reversed-urls-via-templates/comment-page-1/#comment-601</link>
		<dc:creator>Jj</dc:creator>
		<pubDate>Sun, 23 Aug 2009 05:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=343#comment-601</guid>
		<description>I was going to put my solution here as a comment, but I put it on my blog.

Here&#039;s how I do it:

http://jj.isgeek.net/2009/08/23/generating-javascript-widgets-with-reversed-url-endpoints-in-django/</description>
		<content:encoded><![CDATA[<p>I was going to put my solution here as a comment, but I put it on my blog.</p>
<p>Here&#8217;s how I do it:</p>
<p><a href="http://jj.isgeek.net/2009/08/23/generating-javascript-widgets-with-reversed-url-endpoints-in-django/" rel="nofollow">http://jj.isgeek.net/2009/08/23/generating-javascript-widgets-with-reversed-url-endpoints-in-django/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jj&#8217;s blog &#187; Generating Javascript Widgets with reversed URL endpoints in Django</title>
		<link>http://www.elfsternberg.com/2009/08/20/django-generating-static-javascript-and-css-with-reversed-urls-via-templates/comment-page-1/#comment-600</link>
		<dc:creator>Jj&#8217;s blog &#187; Generating Javascript Widgets with reversed URL endpoints in Django</dc:creator>
		<pubDate>Sun, 23 Aug 2009 05:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=343#comment-600</guid>
		<description>[...] I just read Elf stenberg&#8217;s solution on how to seve static Javascript with reversed URLs in Django. [...]</description>
		<content:encoded><![CDATA[<p>[...] I just read Elf stenberg&#8217;s solution on how to seve static Javascript with reversed URLs in Django. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elf Sternberg</title>
		<link>http://www.elfsternberg.com/2009/08/20/django-generating-static-javascript-and-css-with-reversed-urls-via-templates/comment-page-1/#comment-596</link>
		<dc:creator>Elf Sternberg</dc:creator>
		<pubDate>Fri, 21 Aug 2009 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=343#comment-596</guid>
		<description>Yes, but you&#039;re still serving it out of your Django server.  In deployement, you&#039;ll want to serve it out of your media and static server, the one that hits the filesystem rather than the database.   You eventually want to convert it, and you&#039;ll want to do so while still being able to use Django&#039;s url references.</description>
		<content:encoded><![CDATA[<p>Yes, but you&#8217;re still serving it out of your Django server.  In deployement, you&#8217;ll want to serve it out of your media and static server, the one that hits the filesystem rather than the database.   You eventually want to convert it, and you&#8217;ll want to do so while still being able to use Django&#8217;s url references.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.elfsternberg.com/2009/08/20/django-generating-static-javascript-and-css-with-reversed-urls-via-templates/comment-page-1/#comment-595</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Fri, 21 Aug 2009 13:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=343#comment-595</guid>
		<description>You could also serve the script up with:

  (r&#039;dynmedia/js/file.js&#039;, cache_page(direct_to_template, 60*60*24), {&#039;template&#039;: &#039;js/ajaxy.js&#039;, &#039;mimetype&#039;: &#039;text/javascript&#039;})
  
Tha would serve a cached javascript file for 24 hours.</description>
		<content:encoded><![CDATA[<p>You could also serve the script up with:</p>
<p>  (r&#8217;dynmedia/js/file.js&#8217;, cache_page(direct_to_template, 60*60*24), {&#8216;template&#8217;: &#8216;js/ajaxy.js&#8217;, &#8216;mimetype&#8217;: &#8216;text/javascript&#8217;})</p>
<p>Tha would serve a cached javascript file for 24 hours.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
