<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/django-users</id>
  <title type="text">Django users Google Group</title>
  <subtitle type="text">
  Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).
  </subtitle>
  <link href="/group/django-users/feed/atom_v1_0_msgs.xml" rel="self" title="Django users feed"/>
  <updated>2009-11-13T01:01:41Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <email>gl...@mintel.com</email>
  </author>
  <updated>2009-11-13T01:01:41Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/fae247b532b1b7e3/134d74cfa6e66981?show_docid=134d74cfa6e66981</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/fae247b532b1b7e3/134d74cfa6e66981?show_docid=134d74cfa6e66981"/>
  <title type="text">George Lund is out of the office.</title>
  <summary type="html" xml:space="preserve">
  I will be out of the office starting 12/11/2009 and will not return until &lt;br&gt; 17/11/2009. &lt;br&gt; &lt;p&gt;For urgent enquiries, please telephone extension 606. For internal GMN or &lt;br&gt; GNPD support, please fill out a request via &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trips.mintel.co.uk/&quot;&gt;[link]&lt;/a&gt; . &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.mintel.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; providing insight + impact &lt;br&gt; &lt;p&gt;Follow Mintel on Twitter: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/mintelnews&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kenneth Gonsalves</name>
  <email>law...@au-kbc.org</email>
  </author>
  <updated>2009-11-13T00:56:00Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/7ebb42ea7fe63885/779972eed2c5f91b?show_docid=779972eed2c5f91b</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/7ebb42ea7fe63885/779972eed2c5f91b?show_docid=779972eed2c5f91b"/>
  <title type="text">Re: Making the case for Django (vs. Drupal)</title>
  <summary type="html" xml:space="preserve">
  looks like you have missed out on security - count the number of critical &lt;br&gt; holes in drupal over the past year with the one hole in django in the past 4 &lt;br&gt; years. btw, I tried to comment on your blog, but was rejected saying I was &lt;br&gt; behind a proxy. Given that practically any one on a LAN is behind a proxy,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Matt Schinckel</name>
  <email>matt.schinc...@gmail.com</email>
  </author>
  <updated>2009-11-13T00:55:03Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/28f8325da4b9feed/2748358f5e67c1fb?show_docid=2748358f5e67c1fb</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/28f8325da4b9feed/2748358f5e67c1fb?show_docid=2748358f5e67c1fb"/>
  <title type="text">Re: Django Admin interface crashes with.</title>
  <summary type="html" xml:space="preserve">
  It looks like you have a non-ascii character in your source file, or &lt;br&gt; some data that is in your database. &lt;br&gt; &lt;p&gt;Matt.
  </summary>
  </entry>
  <entry>
  <author>
  <name>unohoo@gmail.com</name>
  <email>uno...@gmail.com</email>
  </author>
  <updated>2009-11-12T23:54:28Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/123d5d2606f82236/14f6409f07909ea6?show_docid=14f6409f07909ea6</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/123d5d2606f82236/14f6409f07909ea6?show_docid=14f6409f07909ea6"/>
  <title type="text">question about facebook connect and django voting</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to find the most efficient way to accomplish the below: &lt;br&gt; &lt;p&gt;I have a list of users (facebook friends) for a user - these users are &lt;br&gt; objects of the Django User model: &lt;br&gt; [friend1,friend2, friend3..] &lt;br&gt; &lt;p&gt;I use the django voting app where users can vote on an item. &lt;br&gt; &lt;p&gt;the resulting page has 10 items and for each item, it will list all
  </summary>
  </entry>
  <entry>
  <author>
  <name>Zeynel</name>
  <email>azeyn...@gmail.com</email>
  </author>
  <updated>2009-11-12T23:44:13Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/5c0ee08ff4bbc6c3/3aec8fdd0c38e0e1?show_docid=3aec8fdd0c38e0e1</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/5c0ee08ff4bbc6c3/3aec8fdd0c38e0e1?show_docid=3aec8fdd0c38e0e1"/>
  <title type="text">Apache2 installation</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I&#39;ve been trying to port my app to apache2 server from the django &lt;br&gt; development server. After trying all day, I now see the admin page but &lt;br&gt; I don&#39;t see my app. Hosting co is not helping because they say this is &lt;br&gt; &amp;quot;pure django.&amp;quot; &lt;br&gt; &lt;p&gt;Is there someone familiar with this process and could you point me to
  </summary>
  </entry>
  <entry>
  <author>
  <name>scot.hacker@gmail.com</name>
  <email>scot.hac...@gmail.com</email>
  </author>
  <updated>2009-11-12T22:56:44Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/7ebb42ea7fe63885/1bed23f393ee5160?show_docid=1bed23f393ee5160</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/7ebb42ea7fe63885/1bed23f393ee5160?show_docid=1bed23f393ee5160"/>
  <title type="text">Re: Making the case for Django (vs. Drupal)</title>
  <summary type="html" xml:space="preserve">
  Thanks everyone for the additional comments. Draft #2 is up now, with &lt;br&gt; substantial changes and additions based on your feedback. &lt;br&gt; &lt;p&gt;Yes, I&#39;d like to get feedback from some Drupal people, but again want &lt;br&gt; to focus on devs who have worked in *both* systems. If you know of &lt;br&gt; anyone who has, feel free to point them to the document.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rick Caudill</name>
  <email>cau0...@gmail.com</email>
  </author>
  <updated>2009-11-12T21:06:12Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/28f8325da4b9feed/1b2e2064dc6d88a1?show_docid=1b2e2064dc6d88a1</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/28f8325da4b9feed/1b2e2064dc6d88a1?show_docid=1b2e2064dc6d88a1"/>
  <title type="text">Django Admin interface crashes with.</title>
  <summary type="html" xml:space="preserve">
  Hi Everyone, &lt;br&gt; &lt;p&gt;This is my first time posting but I have been using Django for about a &lt;br&gt; year now and love it. I am having one problem that I can&#39;t solve &lt;br&gt; though and it is taking too long so I thought I would ask and see if &lt;br&gt; someone can help me. So I have a Admin interface that is crashing. &lt;br&gt; The error that I am getting is:
  </summary>
  </entry>
  <entry>
  <author>
  <name>jul</name>
  <email>juj...@gmail.com</email>
  </author>
  <updated>2009-11-12T22:33:24Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/ead930e2fccce79d/98e4af6a83fe72a8?show_docid=98e4af6a83fe72a8</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/ead930e2fccce79d/98e4af6a83fe72a8?show_docid=98e4af6a83fe72a8"/>
  <title type="text">how to save a forms.ModelForm with extra fields?</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; &lt;p&gt;I&#39;ve got the Rating model and the AddRestaurantForm shown below. In &lt;br&gt; order to add a rating when submitting a new restaurant, I added an &lt;br&gt; extra field to AddRestaurantForm. Can I do that? If I can, how can I &lt;br&gt; save separately the Restaurant instance and the rating instance (I&#39;ll &lt;br&gt; get the user from the context)?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bill Freeman</name>
  <email>ke1g...@gmail.com</email>
  </author>
  <updated>2009-11-12T21:23:13Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/a502e2c921328762/8680edb718c566fa?show_docid=8680edb718c566fa</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/a502e2c921328762/8680edb718c566fa?show_docid=8680edb718c566fa"/>
  <title type="text">Re: Help a Rails refugee - how to do site specific layouts?</title>
  <summary type="html" xml:space="preserve">
  I haven&#39;t done rails, but my boilerplate is in a template that is &lt;br&gt; &amp;quot;extended&amp;quot; by the &lt;br&gt; page specific templates. In fact, I have multiple levels: section &lt;br&gt; specific boilerplate &lt;br&gt; templates that extend a site wide template, with the section specific templates &lt;br&gt; being extended by the page (type) specific templates.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cody Django</name>
  <email>codydja...@gmail.com</email>
  </author>
  <updated>2009-11-12T21:02:32Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/1019a770caef21ba/5de86ba25106dbb9?show_docid=5de86ba25106dbb9</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/1019a770caef21ba/5de86ba25106dbb9?show_docid=5de86ba25106dbb9"/>
  <title type="text">Re: Help a newbie with his simple foreignkey problem?</title>
  <summary type="html" xml:space="preserve">
  Sorry - it should read: &lt;br&gt; &lt;p&gt;b = Book.objects.get(id=1) #new book &lt;br&gt; request.user.get_profile().she lf1.add(b) #add book to shelf1 &lt;br&gt; request.user.get_profile().she lf1.remove(b) #remove from shelf1 &lt;br&gt; request.user.get_profile().she lf2.add(b) #add to shelf2
  </summary>
  </entry>
  <entry>
  <author>
  <name>joshuakarjala</name>
  <email>joshuakarj...@gmail.com</email>
  </author>
  <updated>2009-11-12T20:21:30Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/4beb9e38712973e6/005230c49beeb9d7?show_docid=005230c49beeb9d7</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/4beb9e38712973e6/005230c49beeb9d7?show_docid=005230c49beeb9d7"/>
  <title type="text">Re: Changing order in which inlines are displayed in Admin</title>
  <summary type="html" xml:space="preserve">
  checkout - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.djangosnippets.org/snippets/1489/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I have used this in one project successfully - if you want drag&#39;n&#39;drop &lt;br&gt; &lt;p&gt;Otherwise just add: &lt;br&gt; &lt;p&gt;class Meta: &lt;br&gt; ordering = (&#39;order&#39;,) &lt;br&gt; &lt;p&gt;to you model - and the admin should adhere to the &amp;quot;order&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joseph Wakeling</name>
  <email>joseph.wakel...@gmail.com</email>
  </author>
  <updated>2009-11-12T20:16:18Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/4beb9e38712973e6/c3fd0a1b1e11f431?show_docid=c3fd0a1b1e11f431</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/4beb9e38712973e6/c3fd0a1b1e11f431?show_docid=c3fd0a1b1e11f431"/>
  <title type="text">Changing order in which inlines are displayed in Admin</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; &lt;p&gt;A little query I haven&#39;t been able to find an answer to in docs or &lt;br&gt; through Google. &lt;br&gt; &lt;p&gt;I&#39;ve got a little app on my site to create menus -- it&#39;s adapted &lt;br&gt; (updated to latest Django) from the menu app described at rossp.org. &lt;br&gt; &lt;p&gt;Anyway, here are the classes defined in admin.py: &lt;br&gt; &lt;p&gt;class MenuItemInline(admin.TabularIn line):
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tomasz Zieliński</name>
  <email>tomasz.zielin...@pyconsultant.eu</email>
  </author>
  <updated>2009-11-12T20:12:02Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/be1ac418c69e3875/d376b376f383d69a?show_docid=d376b376f383d69a</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/be1ac418c69e3875/d376b376f383d69a?show_docid=d376b376f383d69a"/>
  <title type="text">Re: QuerySet Question</title>
  <summary type="html" xml:space="preserve">
  Just some quick ideas (after 10h of work, so watch out ;)): &lt;br&gt; &lt;p&gt;1. You can write custom tag {%ifowned track request.user%} &lt;br&gt; &lt;p&gt;2. You can try something less elegant: &lt;br&gt; &lt;p&gt;{%for user in track.m2m_users.all%} &lt;br&gt; {%ifequal user request.user%} &lt;br&gt; &amp;lt;do what you want here&amp;gt; &lt;br&gt; {%endifequal%} &lt;br&gt; {%endfor%} &lt;br&gt; &lt;p&gt;- but it&#39;s only good for small apps, as a temp solution.
  </summary>
  </entry>
  <entry>
  <author>
  <name>scot.hacker@gmail.com</name>
  <email>scot.hac...@gmail.com</email>
  </author>
  <updated>2009-11-12T19:58:28Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/94a7a95e29f2738c/5bef525b871ba91a?show_docid=5bef525b871ba91a</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/94a7a95e29f2738c/5bef525b871ba91a?show_docid=5bef525b871ba91a"/>
  <title type="text">Re: Increment a value in a database table field</title>
  <summary type="html" xml:space="preserve">
  You don&#39;t mention how you&#39;re tracking dates or weeks (is that a &lt;br&gt; related model, or... ?) but this would be the general idea: &lt;br&gt; &lt;p&gt;- get the timestamp of the last update to that field and compare it to &lt;br&gt; the current timestamp &lt;br&gt; &lt;p&gt;if ... : # interval is less than a week: &lt;br&gt; foo = MyModel.objects.get(...)
  </summary>
  </entry>
  <entry>
  <author>
  <name>joshuakarjala</name>
  <email>joshuakarj...@gmail.com</email>
  </author>
  <updated>2009-11-12T19:49:04Z</updated>
  <id>http://groups.google.com/group/django-users/browse_thread/thread/6ad5df51b40bcf2c/77999442c3c39706?show_docid=77999442c3c39706</id>
  <link href="http://groups.google.com/group/django-users/browse_thread/thread/6ad5df51b40bcf2c/77999442c3c39706?show_docid=77999442c3c39706"/>
  <title type="text">Dynamic tables?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m trying to build a small app to create size charts like: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.steepplanet.com/prodimages/Giordana/size_chart.jpg&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;So each size chart need to have it&#39;s own number of necessary columns &lt;br&gt; and rows. And each size chart can be assigned to any amount of &lt;br&gt; brands. &lt;br&gt; &lt;p&gt;So my models.py looks like
  </summary>
  </entry>
</feed>
