<?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: Tip: Extending Django flatpages</title>
	<atom:link href="http://overtag.dk/wordpress/2008/07/tip-extending-django-flatpages/feed/" rel="self" type="application/rss+xml" />
	<link>http://overtag.dk/wordpress/2008/07/tip-extending-django-flatpages/</link>
	<description>101% objective... always</description>
	<lastBuildDate>Wed, 02 May 2012 13:03:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sacha Zyto</title>
		<link>http://overtag.dk/wordpress/2008/07/tip-extending-django-flatpages/comment-page-1/#comment-11501</link>
		<dc:creator>Sacha Zyto</dc:creator>
		<pubDate>Tue, 08 Nov 2011 04:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://overtag.dk/wordpress/?p=53#comment-11501</guid>
		<description>You also might want to change the import directive in flatpages&#039;s admin.py to point to your project by changing: 
&lt;code&gt;from django.contrib.flatpages.models import FlatPage&lt;/code&gt;
to 
&lt;code&gt;from my_project.my_flatpages.models import FlatPage&lt;/code&gt;

Also, along the same lines, if you&#039;re planning on using the django admin application, don&#039;t forget to add your new fields in the FlatPageAdmin&#039;s fieldset, in admin.py</description>
		<content:encoded><![CDATA[<p>You also might want to change the import directive in flatpages&#8217;s admin.py to point to your project by changing:<br />
<code>from django.contrib.flatpages.models import FlatPage</code><br />
to<br />
<code>from my_project.my_flatpages.models import FlatPage</code></p>
<p>Also, along the same lines, if you&#8217;re planning on using the django admin application, don&#8217;t forget to add your new fields in the FlatPageAdmin&#8217;s fieldset, in admin.py</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DyennepeTup</title>
		<link>http://overtag.dk/wordpress/2008/07/tip-extending-django-flatpages/comment-page-1/#comment-8236</link>
		<dc:creator>DyennepeTup</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://overtag.dk/wordpress/?p=53#comment-8236</guid>
		<description>Hello.

I&#039;m still looking for http://www.jlbuildingsupplies.com - Bay Window
Could you help me?</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I&#8217;m still looking for <a href="http://www.jlbuildingsupplies.com" rel="nofollow">http://www.jlbuildingsupplies.com</a> &#8211; Bay Window<br />
Could you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Gourneau</title>
		<link>http://overtag.dk/wordpress/2008/07/tip-extending-django-flatpages/comment-page-1/#comment-7978</link>
		<dc:creator>Joshua Gourneau</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://overtag.dk/wordpress/?p=53#comment-7978</guid>
		<description>Thanks, this was very helpful to me as well!</description>
		<content:encoded><![CDATA[<p>Thanks, this was very helpful to me as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Greenwood</title>
		<link>http://overtag.dk/wordpress/2008/07/tip-extending-django-flatpages/comment-page-1/#comment-7942</link>
		<dc:creator>Simon Greenwood</dc:creator>
		<pubDate>Wed, 06 Aug 2008 20:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://overtag.dk/wordpress/?p=53#comment-7942</guid>
		<description>That&#039;s really useful, a great find. One thing to remember is if you&#039;re making flatpages cohabit with other apps, put the flatpages url expression last in url.py so it handles anything that doesn&#039;t match any other url expressions that you have. It&#039;s obvious if you think about it but it might save you a couple of hours head scratching.</description>
		<content:encoded><![CDATA[<p>That&#8217;s really useful, a great find. One thing to remember is if you&#8217;re making flatpages cohabit with other apps, put the flatpages url expression last in url.py so it handles anything that doesn&#8217;t match any other url expressions that you have. It&#8217;s obvious if you think about it but it might save you a couple of hours head scratching.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

