<?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: Installing Django Basic Blog</title>
	<atom:link href="http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/</link>
	<description>So I don&#039;t have to figure things out more than once.</description>
	<lastBuildDate>Fri, 26 Feb 2010 08:16:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/comment-page-1/#comment-57697</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=182#comment-57697</guid>
		<description>&lt;p&gt;That&#039;s Python, what version of &lt;strong&gt;Django&lt;/strong&gt;?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s Python, what version of <strong>Django</strong>?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Laszlo</title>
		<link>http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/comment-page-1/#comment-57696</link>
		<dc:creator>Laszlo</dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=182#comment-57696</guid>
		<description>&lt;p&gt;Python26, is it possible that something is missing from my installation?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Python26, is it possible that something is missing from my installation?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/comment-page-1/#comment-57683</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=182#comment-57683</guid>
		<description>&lt;p&gt;@Laszlo What version of Django are you using?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Laszlo What version of Django are you using?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Laszlo</title>
		<link>http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/comment-page-1/#comment-57680</link>
		<dc:creator>Laszlo</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=182#comment-57680</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I did the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&quot;django-admin.py startproject blog&quot;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Then did exactly step by step what you told (also installed django-tagging).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After this I wanted to do a syncdb, I got this error, could you help me out?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Regards,
Laszlo&lt;/p&gt;

&lt;p&gt;Traceback (most recent call last):
  File &quot;manage.py&quot;, line 11, in 
    execute&#95;manager(settings)
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\&#95;&#95;init&#95;&#95;.py&quot;, line 362, in execute&#95;manager
    utility.execute()
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\&#95;&#95;init&#95;&#95;.py&quot;, line 303, in execute
    self.fetch&#95;command(subcommand).run&#95;from&#95;argv(self.argv)
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\base.py&quot;, line 195, in run&#95;from&#95;argv
    self.execute(&lt;em&gt;args, *&lt;/em&gt;options.&#95;&#95;dict&#95;&#95;)
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\base.py&quot;, line 221, in execute
    self.validate()
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\base.py&quot;, line 249, in validate
    num&#95;errors = get&#95;validation&#95;errors(s, app)
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\validation.py&quot;, line 28, in get&#95;validation&#95;errors
    for (app&#95;name, error) in get&#95;app&#95;errors().items():
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\loading.py&quot;, line 131, in get&#95;app&#95;errors
    self.&#95;populate()
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\loading.py&quot;, line 58, in &lt;em&gt;populate
    self.load&#95;app(app&#95;name, True)
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\loading.py&quot;, line 74, in load&#95;app
    models = import&#95;module(&#039;.models&#039;, app&#95;name)
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\u
tils\importlib.py&quot;, line 35, in import&#95;module
    _&#95;import&#95;&#95;(name)
  File &quot;E:\django\repo\blog\basic\blog\models.py&quot;, line 11, in 
    class Category(models.Model):
  File &quot;E:\django\repo\blog\basic\blog\models.py&quot;, line 14, in Category
    slug        = models.SlugField(&#95;(&#039;slug&#039;), prepopulate&#95;from=(&#039;title&#039;,), uniqu
e=True)
  File &quot;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\fields\&#95;&#95;init&#95;&#95;.py&quot;, line 795, in _&#95;init&#95;&lt;/em&gt;
    super(SlugField, self).&#95;&#95;init&#95;&#95;(&lt;em&gt;args, *&lt;/em&gt;kwargs)
TypeError: _&#95;init&#95;&#95;() got an unexpected keyword argument &#039;prepopulate&#95;from&#039;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>I did the following:</p>

<ul>
<li><p>&#8220;django-admin.py startproject blog&#8221;</p></li>
<li><p>Then did exactly step by step what you told (also installed django-tagging).</p></li>
<li><p>After this I wanted to do a syncdb, I got this error, could you help me out?</p></li>
</ul>

<p>Regards,
Laszlo</p>

<p>Traceback (most recent call last):
  File &#8220;manage.py&#8221;, line 11, in 
    execute&#95;manager(settings)
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\&#95;&#95;init&#95;&#95;.py&#8221;, line 362, in execute&#95;manager
    utility.execute()
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\&#95;&#95;init&#95;&#95;.py&#8221;, line 303, in execute
    self.fetch&#95;command(subcommand).run&#95;from&#95;argv(self.argv)
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\base.py&#8221;, line 195, in run&#95;from&#95;argv
    self.execute(<em>args, *</em>options.&#95;&#95;dict&#95;&#95;)
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\base.py&#8221;, line 221, in execute
    self.validate()
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\base.py&#8221;, line 249, in validate
    num&#95;errors = get&#95;validation&#95;errors(s, app)
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\c
ore\management\validation.py&#8221;, line 28, in get&#95;validation&#95;errors
    for (app&#95;name, error) in get&#95;app&#95;errors().items():
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\loading.py&#8221;, line 131, in get&#95;app&#95;errors
    self.&#95;populate()
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\loading.py&#8221;, line 58, in <em>populate
    self.load&#95;app(app&#95;name, True)
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\loading.py&#8221;, line 74, in load&#95;app
    models = import&#95;module(&#8216;.models&#8217;, app&#95;name)
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\u
tils\importlib.py&#8221;, line 35, in import&#95;module
    _&#95;import&#95;&#95;(name)
  File &#8220;E:\django\repo\blog\basic\blog\models.py&#8221;, line 11, in 
    class Category(models.Model):
  File &#8220;E:\django\repo\blog\basic\blog\models.py&#8221;, line 14, in Category
    slug        = models.SlugField(&#95;(&#8217;slug&#8217;), prepopulate&#95;from=(&#8216;title&#8217;,), uniqu
e=True)
  File &#8220;E:\Kft\django\Python26\Lib\site-packages\django-1.1.1-py2.6.egg\django\d
b\models\fields\&#95;&#95;init&#95;&#95;.py&#8221;, line 795, in _&#95;init&#95;</em>
    super(SlugField, self).&#95;&#95;init&#95;&#95;(<em>args, *</em>kwargs)
TypeError: _&#95;init&#95;&#95;() got an unexpected keyword argument &#8216;prepopulate&#95;from&#8217;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Evgeniy</title>
		<link>http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/comment-page-1/#comment-55031</link>
		<dc:creator>Evgeniy</dc:creator>
		<pubDate>Thu, 22 Oct 2009 05:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=182#comment-55031</guid>
		<description>&lt;p&gt;You re forgot to mension that project moved to github
Although, found the idea of relationships app very useful for me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You re forgot to mension that project moved to github
Although, found the idea of relationships app very useful for me.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://solutions.treypiepmeier.com/2008/10/20/installing-django-basic-blog/comment-page-1/#comment-27848</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 09 Jan 2009 09:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=182#comment-27848</guid>
		<description>&lt;p&gt;Works great! thanks..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Works great! thanks..</p>]]></content:encoded>
	</item>
</channel>
</rss>
