<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Django users Google Group</title>
  <link>http://groups.google.com.au/group/django-users</link>
  <description>Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).</description>
  <language>en</language>
  <item>
  <title>Django web flow</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/7c818f7ae95c5901/c7ae1b2969006646?show_docid=c7ae1b2969006646</link>
  <description>
  Hi! &lt;br&gt; &lt;p&gt;Does Django have some sort of web flow similar to the Spring web flow &lt;br&gt; in Java? If it doesn&#39;t, what is the best strategy to implement web &lt;br&gt; flow in your opinion - by using only Django session framework or by &lt;br&gt; implementing database backened flow using only sessionId?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/7c818f7ae95c5901/c7ae1b2969006646?show_docid=c7ae1b2969006646</guid>
  <author>
  lana.muji...@gmail.com
  (Lana)
  </author>
  <pubDate>Sun, 08 Nov 2009 16:49:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: Class definition in the tutorial</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/f77cb291f733f514/8f68417fbc1cf5a1?show_docid=8f68417fbc1cf5a1</link>
  <description>
  El Sun, 8 Nov 2009 08:00:56 -0800 (PST) &lt;br&gt; Zeynel &amp;lt;azeyn...@gmail.com&amp;gt; escribió: &lt;br&gt; Not the best idea if you ask me. You should try &amp;quot;wetting your feet&amp;quot; with &lt;br&gt; simpler stuff first, and reading OOP theory. &lt;br&gt; That being said, I *guess* you can start out and do a lot of stuff with Django &lt;br&gt; without giving much thought of object oriented stuff.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/f77cb291f733f514/8f68417fbc1cf5a1?show_docid=8f68417fbc1cf5a1</guid>
  <author>
  gonzalodelg...@fortix.com.ar
  (Gonzalo Delgado)
  </author>
  <pubDate>Sun, 08 Nov 2009 16:48:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Class definition in the tutorial</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/f77cb291f733f514/7280997c1bce4ec1?show_docid=7280997c1bce4ec1</link>
  <description>
  You may experience better results from doing a Python tutorial first, &lt;br&gt; to teach you the basic information about programming that you&#39;ll need &lt;br&gt; to work with Django.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/f77cb291f733f514/7280997c1bce4ec1?show_docid=7280997c1bce4ec1</guid>
  <author>
  ubernost...@gmail.com
  (James Bennett)
  </author>
  <pubDate>Sun, 08 Nov 2009 16:36:12 UT
</pubDate>
  </item>
  <item>
  <title>Class definition in the tutorial</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/f77cb291f733f514/986706f1d3ba2b48?show_docid=986706f1d3ba2b48</link>
  <description>
  I am just learning Object Oriented terminology as I go along. Please &lt;br&gt; help me to understand what each word means in the class definition in &lt;br&gt; the tutorial &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.djangoproject.com/en/dev/intro/tutorial01/&quot;&gt;[link]&lt;/a&gt; . &lt;br&gt; Thank you. &lt;br&gt; &lt;p&gt;class =&amp;gt; defines a class &lt;br&gt; &lt;p&gt;Poll =&amp;gt; name of the class? [my guess: this is just a name; it is not
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/f77cb291f733f514/986706f1d3ba2b48?show_docid=986706f1d3ba2b48</guid>
  <author>
  azeyn...@gmail.com
  (Zeynel)
  </author>
  <pubDate>Sun, 08 Nov 2009 16:00:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: need foreign key help quick</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/47d15c2dd32fc6b2/bad9ce3b4b6fcfe4?show_docid=bad9ce3b4b6fcfe4</link>
  <description>
  As Rishabh said, a complete traceback instead of just the error message &lt;br&gt; would help people help you. You may be hitting: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.djangoproject.com/ticket/10405&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; but it&#39;s hard to be sure without the traceback. &lt;br&gt; As an aside, what you are doing sounds a bit dodgy. If I understand what &lt;br&gt; you are saying, you are adding a field to the Satchmo-provided Product
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/47d15c2dd32fc6b2/bad9ce3b4b6fcfe4?show_docid=bad9ce3b4b6fcfe4</guid>
  <author>
  kmtra...@gmail.com
  (Karen Tracey)
  </author>
  <pubDate>Sun, 08 Nov 2009 15:33:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: need foreign key help quick</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/47d15c2dd32fc6b2/e311ddefec0347aa?show_docid=e311ddefec0347aa</link>
  <description>
  You&#39;ll need to give us a more complete Traceback, but perhaps define a &lt;br&gt; __unicode__ function in CountryOfOrigin... &lt;br&gt; &lt;p&gt;-- &lt;br&gt; &lt;p&gt;Best, &lt;br&gt; &lt;p&gt;R
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/47d15c2dd32fc6b2/e311ddefec0347aa?show_docid=e311ddefec0347aa</guid>
  <author>
  rmano...@gmail.com
  (Rishabh Manocha)
  </author>
  <pubDate>Sun, 08 Nov 2009 15:12:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: Thinking of making the switch from PHP to Django/Python</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/6516be9b6bd02b3b/c5874549569a4b39?show_docid=c5874549569a4b39</link>
  <description>
  You can package the whole thing, Python interpreter and all libraries &lt;br&gt; included, with &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pypi.python.org/pypi/zc.buildout&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; Here&#39;s a great tutorial &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jacobian.org/writing/django-apps-with-buildout/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; , specific to Django, even! &lt;br&gt; S
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/6516be9b6bd02b3b/c5874549569a4b39?show_docid=c5874549569a4b39</guid>
  <author>
  sstein...@gmail.com
  (ssteinerX@gmail.com)
  </author>
  <pubDate>Sun, 08 Nov 2009 14:10:19 UT
</pubDate>
  </item>
  <item>
  <title>Thinking of making the switch from PHP to Django/Python</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/6516be9b6bd02b3b/9b3e0ae9a5a9677a?show_docid=9b3e0ae9a5a9677a</link>
  <description>
  All, &lt;br&gt; &lt;p&gt;I have developed a 1.0 version of a recipe management tool. I wrote &lt;br&gt; it in PHP using the symfony framework. For the 2.0 version I want to &lt;br&gt; switch to python. The reason for the 1.0 version was I wanted to use &lt;br&gt; it to learn PHP. Now I really want to learn Python/Django. The &lt;br&gt; question I have though, is once an application is built, how hard is
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/6516be9b6bd02b3b/9b3e0ae9a5a9677a?show_docid=9b3e0ae9a5a9677a</guid>
  <author>
  qgriff...@gmail.com
  (Quenten Griffith)
  </author>
  <pubDate>Sun, 08 Nov 2009 13:47:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: need foreign key help quick</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/47d15c2dd32fc6b2/a7c8ba3e33a557f8?show_docid=a7c8ba3e33a557f8</link>
  <description>
  anyone out there that can help me?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/47d15c2dd32fc6b2/a7c8ba3e33a557f8?show_docid=a7c8ba3e33a557f8</guid>
  <author>
  tchend...@gmail.com
  (Bobby Roberts)
  </author>
  <pubDate>Sun, 08 Nov 2009 13:41:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Display a view of a single record?</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/39db5767e153a7a8/c6cd09c5d8b6d707?show_docid=c6cd09c5d8b6d707</link>
  <description>
  do u want to see last or first record?
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/39db5767e153a7a8/c6cd09c5d8b6d707?show_docid=c6cd09c5d8b6d707</guid>
  <author>
  musluyuksekt...@gmail.com
  (joker)
  </author>
  <pubDate>Sun, 08 Nov 2009 13:27:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: No module named django</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/6b755436694f88ab/d0d5da0ecc1508bc?show_docid=d0d5da0ecc1508bc</link>
  <description>
  Merhaba; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.djangoturkiye.com&quot;&gt;[link]&lt;/a&gt; adresinden videolu eğitimlerle ders hazırladım &lt;br&gt; inceleyebilirsin
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/6b755436694f88ab/d0d5da0ecc1508bc?show_docid=d0d5da0ecc1508bc</guid>
  <author>
  musluyuksekt...@gmail.com
  (joker)
  </author>
  <pubDate>Sun, 08 Nov 2009 13:25:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to keep the FileField being unmodified ?</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/33b909509401c7ed/b32494fefb696773?show_docid=b32494fefb696773</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;The easy way is to check in backend, if the filefield empty, &lt;br&gt; don&#39;t modified the value. &lt;br&gt; &lt;p&gt;-djibon- &lt;br&gt; &lt;p&gt;-- &lt;br&gt; ------------------------------ ------------------------------ -- &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.tumbletooth.org&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; my linkedin profile : &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.linkedin.com/in/bayuadji&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ------------------------------ ------------------------------ --
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/33b909509401c7ed/b32494fefb696773?show_docid=b32494fefb696773</guid>
  <author>
  bayua...@gmail.com
  (Bayuadji)
  </author>
  <pubDate>Sun, 08 Nov 2009 06:57:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Display a view of a single record?</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/39db5767e153a7a8/6c81b979a9943104?show_docid=6c81b979a9943104</link>
  <description>
  I am not sure what you mean by &amp;quot;on change list&amp;quot;? &lt;br&gt; &lt;p&gt;The usual way that records get displayed is in a tabular list format. &lt;br&gt; This is suitable when a record only has a few fields; some tables &lt;br&gt; however &lt;br&gt; have many fields in them and so would need to be displayed &amp;quot;in full&amp;quot; &lt;br&gt; just &lt;br&gt; by themselves. &lt;br&gt; &lt;p&gt;I am looking for a way to have a link to this &amp;quot;detail view&amp;quot; embedded
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/39db5767e153a7a8/6c81b979a9943104?show_docid=6c81b979a9943104</guid>
  <author>
  gamesb...@gmail.com
  (derek)
  </author>
  <pubDate>Sun, 08 Nov 2009 06:44:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: Cucumber for Python?</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/f976c75cf6ab3854/7844e3504d569153?show_docid=7844e3504d569153</link>
  <description>
  You might also want to take a look at pyccuracy, if you haven&#39;t already. &lt;br&gt; It provides similar BDD-style tests, and resembles Cucumber in a number of &lt;br&gt; ways. It&#39;s actually a Pythonic implementation of &amp;quot;Accuracy,&amp;quot; which is &lt;br&gt; designed for BDD-style testing in C#, but don&#39;t let that deter you :) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.pyccuracy.org/index.html&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/f976c75cf6ab3854/7844e3504d569153?show_docid=7844e3504d569153</guid>
  <author>
  tnm...@gmail.com
  (Ted Nyman)
  </author>
  <pubDate>Sun, 08 Nov 2009 05:41:04 UT
</pubDate>
  </item>
  <item>
  <title>Cucumber for Python?</title>
  <link>http://groups.google.com.au/group/django-users/browse_thread/thread/f976c75cf6ab3854/f759605d7f8a1337?show_docid=f759605d7f8a1337</link>
  <description>
  django-users group: &lt;br&gt; At my last gig I grooved on Cucumber to write customer tests, without all the &lt;br&gt; hooey required in certain other systems. &lt;br&gt; Here&#39;s a sample from their website: &lt;br&gt; Feature: Search courses &lt;br&gt; In order to ensure better utilization of courses &lt;br&gt; Potential students should be able to search for courses
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/django-users/browse_thread/thread/f976c75cf6ab3854/f759605d7f8a1337?show_docid=f759605d7f8a1337</guid>
  <author>
  phlip2...@gmail.com
  (Phlip)
  </author>
  <pubDate>Sun, 08 Nov 2009 04:52:21 UT
</pubDate>
  </item>
  </channel>
</rss>
