<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="0.91">
<channel>
  <title>SDJournal posts in Django category</title> 
  <link>http://www.sdjournal.com/archives/categories/languages/python/django/</link> 
  <description>Posts from the Django category on SDJournal</description> 
  <language>en-gb</language> 
  <copyright>Copyright (c) 1999 - 2005, Michael Josephson</copyright> 
  <docs>http://backend.userland.com/rss091</docs>
   
  <item>
    <title>Exhedra: a conferencing/forum application in Django</title>
    <link>http://www.sdjournal.com/archives/248</link>
    <description><![CDATA[
      I've recently started some development on the Exhedra project (a conferencing/forum application) using Django. For anyone reading this post on SDJournal, the posts from <a href="http://www.sdjournal.com/archives/categories/languages/python/django/">this category</a> are also syndicated on the <a href="http://www.djangoproject.com/community/">Django Community</a> page. Rather than clutter up that page with multiple posts about this project I've set up a <a href="http://www.exhedra.org/weblog/">separate weblog</a> to cover it.
    ]]>
    </description>
  </item>
  <item>
    <title>Django IRC logs to the rescue</title>
    <link>http://www.sdjournal.com/archives/242</link>
    <description><![CDATA[
      The 2nd Django tutorial starts with getting the admin interface up and running by creating an initial user account and using the built in development web server. However, after following the instructions quite closely I was still getting <em>Tried all URL patterns but didn't find a match for /admin</em> when requesting the admin URL. A search of the <a href="http://loglibrary.com/show_page/view/179?EndTime=1122000995&StartTime=1122000790&Highlight=Tried%7Call%7CURL%7Cpatterns%7Cbut%7Cdidnt%7Cfind%7Ca%7Cmatch%7Cfor%7CTried+all+URL+patterns+but+didnt+find+a+match+for%7CTried+all+URL+patterns+but+didnt+find+a+match%7CTried+all+URL+patterns+but+didnt+find+a%7CTried+all+URL+patterns+but+didnt+find%7CTried+all+URL+patterns+but+didnt%7CTried+all+URL+patterns+but%7CTried+all+URL+patterns%7CTried+all+URL%7CTried+all">IRC logs for #django revealed</a> that for it to work the settings module must be set to .admin so if you're using <code>myproject.settings.main</code> for the working with the model in the first tutorial you'll need <code>--settings=myproject.settings.admin</code>.
    ]]>
    </description>
  </item>
  <item>
    <title>Django Framework</title>
    <link>http://www.sdjournal.com/archives/241</link>
    <description><![CDATA[
      Django is a Python web application framework. It's been developed and used over the past 2 years to run a number of online news sites such as <a href="http://www.lawrence.com">lawrence.com</a> and <a href="http://www.ljworld.com">LJWorld.com</a>. It has recently been made available under a BSD license and already a community is building around it. It seems to be focused on automating as much as possible and adhering to the DRY principle.<p>Looks like <a href="http://www.holavity.com">Adrian Holavity</a> and <a href="http://www.jacobian.org">Jacob Kaplan-Moss</a> are the guys behind it.<p><em>Update:</em> From the <a href="http://www.djangoproject.com/documentation/faq/">FAQ</a>, the other Django developers are Simon Willison (whose <a href="http://simon.incutio.com/">weblog</a> I've been reading for a long time) and <a href="http://www.wilsonminer.com/live/">Wilson Miner</a>.
    ]]>
    </description>
  </item>
   
</channel>
</rss>
