<?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-basic-apps</id>
  <title type="text">Django Basic Apps Google Group</title>
  <subtitle type="text">
  Discussion that pertains to the basic suite of Django applications.
  </subtitle>
  <link href="/group/django-basic-apps/feed/atom_v1_0_msgs.xml" rel="self" title="Django Basic Apps feed"/>
  <updated>2009-12-13T03:45:36Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>sketch22</name>
  <email>nat...@playgroundblues.com</email>
  </author>
  <updated>2009-12-13T03:45:36Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/9882376109dc2bf1?show_docid=9882376109dc2bf1</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/9882376109dc2bf1?show_docid=9882376109dc2bf1"/>
  <title type="text">Re: can&#39;t see blog post body</title>
  <summary type="html" xml:space="preserve">
  The [official][1] checkout of the basic apps blog does not have an &lt;br&gt; attribute &amp;quot;body_markup&amp;quot; If you examine the models.py you&#39;ll know for &lt;br&gt; sure. If you want your blog to be rendered with markdown you should do &lt;br&gt; it using the markdown filter like so: &lt;br&gt; &lt;p&gt;{% load markup %} &lt;br&gt; {{ object.body|markdown }} &lt;br&gt; &lt;p&gt;[1]:&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/nathanborror/django-basic-apps&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alexandre Djioev</name>
  <email>dji...@gmail.com</email>
  </author>
  <updated>2009-12-13T03:04:51Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/c5cd6fb1e55c07c8?show_docid=c5cd6fb1e55c07c8</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/c5cd6fb1e55c07c8?show_docid=c5cd6fb1e55c07c8"/>
  <title type="text">Re: can&#39;t see blog post body</title>
  <summary type="html" xml:space="preserve">
  Hi everyone &lt;br&gt; &lt;p&gt;I remember a while ago I was looking at Django Mingus &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/montylounge/django-mingus&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; (blog engine based on basic-app) and found out that this line with &lt;br&gt; object.body_markup wasn&#39;t changed and was working. &lt;br&gt; So maybe its a good place to see why it works there and why it doesn&#39;t in
  </summary>
  </entry>
  <entry>
  <author>
  <name>flowpoke</name>
  <email>bkeat...@gmail.com</email>
  </author>
  <updated>2009-12-12T00:27:50Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/2714348c5b61c297?show_docid=2714348c5b61c297</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/2714348c5b61c297?show_docid=2714348c5b61c297"/>
  <title type="text">Re: can&#39;t see blog post body</title>
  <summary type="html" xml:space="preserve">
  im having the same issue. &lt;br&gt; &lt;p&gt;am feeling this is related to django svn (which is what im using)
  </summary>
  </entry>
  <entry>
  <author>
  <name>jms</name>
  <email>jcordi...@gmail.com</email>
  </author>
  <updated>2009-12-08T17:22:23Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/25571eadaf7f94b1?show_docid=25571eadaf7f94b1</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/25571eadaf7f94b1?show_docid=25571eadaf7f94b1"/>
  <title type="text">Re: can&#39;t see blog post body</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am having a similar problem. Just wondering if anyone had an answer &lt;br&gt; to this issue... &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; jms.
  </summary>
  </entry>
  <entry>
  <author>
  <name>jnh</name>
  <email>jnha...@gmail.com</email>
  </author>
  <updated>2009-11-30T16:32:38Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/786b566210b63158?show_docid=786b566210b63158</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/786b566210b63158?show_docid=786b566210b63158"/>
  <title type="text">Re: can&#39;t see blog post body</title>
  <summary type="html" xml:space="preserve">
  Hi Alex, &lt;br&gt; &lt;p&gt;I was having the same problem. See this post, the solution works for &lt;br&gt; me and uses markdown instead of _markup: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/django-basic-apps/browse_thread/thread/e7f73e0fabce7f24&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;also: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.freewisdom.org/projects/python-markdown/Django&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;cheers! &lt;br&gt; &lt;p&gt;nick h
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Djioev</name>
  <email>dji...@gmail.com</email>
  </author>
  <updated>2009-11-22T13:41:34Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/44c4149e68a696fa?show_docid=44c4149e68a696fa</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/5eb4e0e70b3f36b9/44c4149e68a696fa?show_docid=44c4149e68a696fa"/>
  <title type="text">can&#39;t see blog post body</title>
  <summary type="html" xml:space="preserve">
  Hi everyone, &lt;br&gt; &lt;p&gt;I am trying to embed basic apps into my application and I bumped to &lt;br&gt; the problem that I can&#39;t see my post body. I checked post_details.html &lt;br&gt; template and found out that it says &lt;br&gt; &amp;lt;code&amp;gt; &lt;br&gt; {% oembed %} &lt;br&gt; {{ object.body_markup|render_inli nes|pygmentize|safe }} &lt;br&gt; {% endoembed %} &lt;br&gt; &amp;lt;code&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>zhichao Yun</name>
  <email>zhichao...@gmail.com</email>
  </author>
  <updated>2009-10-13T03:31:34Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/a72cec18fc912ea6/4c53a7f586196213?show_docid=4c53a7f586196213</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/a72cec18fc912ea6/4c53a7f586196213?show_docid=4c53a7f586196213"/>
  <title type="text">There has a login user problem</title>
  <summary type="html" xml:space="preserve">
  Model: &lt;br&gt; class X(models.Model): &lt;br&gt; user = models.ForeignKey(User, blank=True, null=True) &lt;br&gt; x= other() &lt;br&gt; &lt;p&gt;Form: &lt;br&gt; class xForm(forms.ModelForm): &lt;br&gt; class Meta: &lt;br&gt; model = X &lt;br&gt; exclude = (&#39;marker&#39;) &lt;br&gt; &lt;p&gt;View: &lt;br&gt; def add_X(request): &lt;br&gt; print request.user #user has the logined user
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Ishii Eckhardt</name>
  <email>e...@adaptedstudio.com</email>
  </author>
  <updated>2009-10-12T02:57:00Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/15a39f8fa888e1b5/17c284ff9839df26?show_docid=17c284ff9839df26</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/15a39f8fa888e1b5/17c284ff9839df26?show_docid=17c284ff9839df26"/>
  <title type="text">page_size in blog app</title>
  <summary type="html" xml:space="preserve">
  I am setting up some example projects to get familiar with Basic Apps &lt;br&gt; and was having a problem with the blog app. &lt;br&gt; &lt;p&gt;When i load the index page I get an error page. Saying this: &lt;br&gt; TypeError at /blog/ &lt;br&gt; float() argument must be a string or a number &lt;br&gt; &lt;p&gt;Now I have a settings object configured through the admin but it
  </summary>
  </entry>
  <entry>
  <author>
  <name>dalore</name>
  <email>m...@oppian.com</email>
  </author>
  <updated>2009-08-13T16:38:10Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/e7f73e0fabce7f24/e5212f0441f588ad?show_docid=e5212f0441f588ad</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/e7f73e0fabce7f24/e5212f0441f588ad?show_docid=e5212f0441f588ad"/>
  <title type="text">Blog and inlines broken?</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been messing around with the blog and trying to get inlines &lt;br&gt; working but I think it&#39;s fundamentally broken. &lt;br&gt; &lt;p&gt;In the post_detail.html template file it has the following line to &lt;br&gt; render the post: &lt;br&gt; &lt;p&gt;{{ post.body|render_inlines|markd own:&amp;quot;safe&amp;quot; }} &lt;br&gt; &lt;p&gt;Now the problem with this is because render_inlines will output html
  </summary>
  </entry>
  <entry>
  <author>
  <name>Merrick</name>
  <email>merr...@gmail.com</email>
  </author>
  <updated>2009-07-20T01:40:39Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/d77843700fa99706/78a510ab46d07d7b?show_docid=78a510ab46d07d7b</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/d77843700fa99706/78a510ab46d07d7b?show_docid=78a510ab46d07d7b"/>
  <title type="text">Re: Inlines in Admin</title>
  <summary type="html" xml:space="preserve">
  Sorry, I just found the patch here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/django-basic-apps/issues/detail?id=31&amp;can=1&amp;q=change_form&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Merrick</name>
  <email>merr...@gmail.com</email>
  </author>
  <updated>2009-07-20T01:24:11Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/d77843700fa99706/e6c7dbafb1fddc59?show_docid=e6c7dbafb1fddc59</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/d77843700fa99706/e6c7dbafb1fddc59?show_docid=e6c7dbafb1fddc59"/>
  <title type="text">Inlines in Admin</title>
  <summary type="html" xml:space="preserve">
  I am new to Basic Apps and the Inlines form widget does not appear in &lt;br&gt; Posts admin screen. I saw it on a previous installation I was testing &lt;br&gt; out. &lt;br&gt; &lt;p&gt;I install Basic Apps from trunk today and Django from trunk today &lt;br&gt; 1.1beta. &lt;br&gt; &lt;p&gt;I am guessing I should place something in admin.py but not sure what. &lt;br&gt; Any ideas?
  </summary>
  </entry>
  <entry>
  <author>
  <name>banjer</name>
  <email>jash...@gmail.com</email>
  </author>
  <updated>2009-07-08T19:37:14Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/a683d20276c7114f/6b3d60f2e2f30646?show_docid=6b3d60f2e2f30646</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/a683d20276c7114f/6b3d60f2e2f30646?show_docid=6b3d60f2e2f30646"/>
  <title type="text">Re: Blog not updating in views</title>
  <summary type="html" xml:space="preserve">
  check your time zone setting. see this thread: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/django-users/browse_thread/thread/c770d9d6a1cc66d0/27e26ef284f08877?lnk=gst&amp;q=dreamhost&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rachel Blum</name>
  <email>rachel.fiona.b...@gmail.com</email>
  </author>
  <updated>2009-05-11T00:42:33Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/f9d407722c1cbc91/7d31a28b5d3fefa9?show_docid=7d31a28b5d3fefa9</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/f9d407722c1cbc91/7d31a28b5d3fefa9?show_docid=7d31a28b5d3fefa9"/>
  <title type="text">Re: Exception viewing the Blog</title>
  <summary type="html" xml:space="preserve">
  Following up on myself: It seems all I needed was to adjust the URL &lt;br&gt; settings... (And figure out that Markdown is not part of &lt;br&gt; django.contrib.markup, but that&#39;s an issue with the Django docs themselves) &lt;br&gt; For google: Here&#39;s how to make django-basic-blog work: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Groby</name>
  <email>rachel.fiona.b...@gmail.com</email>
  </author>
  <updated>2009-05-11T00:27:05Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/f9d407722c1cbc91/f708ee8572f085ed?show_docid=f708ee8572f085ed</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/f9d407722c1cbc91/f708ee8572f085ed?show_docid=f708ee8572f085ed"/>
  <title type="text">Re: Exception viewing the Blog</title>
  <summary type="html" xml:space="preserve">
  In general, it would be rather awesome if the README file included &lt;br&gt; quick instructions on how to actually set up a version of basic_apps &lt;br&gt; &lt;p&gt;Yes, it should be rather simple if you&#39;ve ever used Django - but if &lt;br&gt; you&#39;re using basic_apps, there&#39;s a good chance you&#39;re on your first &lt;br&gt; Django project, and the world is fearsome and mystifying. (Well, at
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sanket Agarwal</name>
  <email>snktagar...@gmail.com</email>
  </author>
  <updated>2009-05-10T18:06:01Z</updated>
  <id>http://groups.google.com/group/django-basic-apps/browse_frm/thread/a683d20276c7114f/8b9fc72179c6efee?show_docid=8b9fc72179c6efee</id>
  <link href="http://groups.google.com/group/django-basic-apps/browse_frm/thread/a683d20276c7114f/8b9fc72179c6efee?show_docid=8b9fc72179c6efee"/>
  <title type="text">Blog not updating in views</title>
  <summary type="html" xml:space="preserve">
  The blog view is not updating properly. Though i tried adding the &lt;br&gt; posts and they correctly got added in the admin site. &lt;br&gt; &lt;p&gt;Ne hints if this is a already faced problem of some kind?
  </summary>
  </entry>
</feed>
