<?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>Comentarios en: Tutorial de Django – III</title>
	<atom:link href="http://www.cibernatural.com/tutorial-de-django-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cibernatural.com/tutorial-de-django-iii/</link>
	<description>Diseño y desarrollo web en Lanzarote</description>
	<lastBuildDate>Wed, 09 Nov 2011 12:26:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Por: Sander</title>
		<link>http://www.cibernatural.com/tutorial-de-django-iii/comment-page-1/#comment-101</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Tue, 28 Sep 2010 02:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibernatural.com/?p=509#comment-101</guid>
		<description>Gracias por responder.

Las lineas las ejecuto sin asociarlo a proyecto alguno en el shell de Python:

&gt;&gt;&gt;from django.template import Template
&gt;&gt;&gt; t=Template(‘My name is {{name}}.’)

y al ejecutar la segunda linea es donde me sale error, los anteriores tutoriales de tu sitio si los hice correr sin problemas.

Espero me ayudes y saludos desde Lima - Perú</description>
		<content:encoded><![CDATA[<p>Gracias por responder.</p>
<p>Las lineas las ejecuto sin asociarlo a proyecto alguno en el shell de Python:</p>
<p>&gt;&gt;&gt;from django.template import Template<br />
&gt;&gt;&gt; t=Template(‘My name is {{name}}.’)</p>
<p>y al ejecutar la segunda linea es donde me sale error, los anteriores tutoriales de tu sitio si los hice correr sin problemas.</p>
<p>Espero me ayudes y saludos desde Lima &#8211; Perú</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: admin</title>
		<link>http://www.cibernatural.com/tutorial-de-django-iii/comment-page-1/#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 24 Sep 2010 08:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibernatural.com/?p=509#comment-100</guid>
		<description>El problema creo es que estás entrando en la shell de Python sin asociarlo a ningún proyecto, con lo cual cuando ejecutas la segunda sentencia no puede acceder al fichero settings.py.

Intenta hacerlo ejecutando lo siguiente en el directorio del proyecto:
python manage.py shell

Saludos.</description>
		<content:encoded><![CDATA[<p>El problema creo es que estás entrando en la shell de Python sin asociarlo a ningún proyecto, con lo cual cuando ejecutas la segunda sentencia no puede acceder al fichero settings.py.</p>
<p>Intenta hacerlo ejecutando lo siguiente en el directorio del proyecto:<br />
python manage.py shell</p>
<p>Saludos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Sander</title>
		<link>http://www.cibernatural.com/tutorial-de-django-iii/comment-page-1/#comment-99</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Thu, 23 Sep 2010 19:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cibernatural.com/?p=509#comment-99</guid>
		<description>Hola, desde hoy he estado siguiendo tu tutorial muy bueno en verdad, pero en esta parte me he quedado porque me un error: 

from django.template import Template
&gt;&gt;&gt; t=Template(&#039;My name is {{name}}.&#039;)
Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
    t=Template(&#039;My name is {{name}}.&#039;)
  File &quot;/usr/local/lib/python2.6/dist-packages/django/template/__init__.py&quot;, line 156, in __init__
    if settings.TEMPLATE_DEBUG and origin is None:
  File &quot;/usr/local/lib/python2.6/dist-packages/django/utils/functional.py&quot;, line 276, in __getattr__
    self._setup()
  File &quot;/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py&quot;, line 38, in _setup
    raise ImportError(&quot;Settings cannot be imported, because environment variable %s is undefined.&quot; % ENVIRONMENT_VARIABLE)
ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined.


Quisirea pedir tu ayuda para solucionarlo y seguir revisando tu tutorial.

Gracias.</description>
		<content:encoded><![CDATA[<p>Hola, desde hoy he estado siguiendo tu tutorial muy bueno en verdad, pero en esta parte me he quedado porque me un error: </p>
<p>from django.template import Template<br />
&gt;&gt;&gt; t=Template(&#8216;My name is {{name}}.&#8217;)<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
    t=Template(&#8216;My name is {{name}}.&#8217;)<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/django/template/__init__.py&#8221;, line 156, in __init__<br />
    if settings.TEMPLATE_DEBUG and origin is None:<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/django/utils/functional.py&#8221;, line 276, in __getattr__<br />
    self._setup()<br />
  File &#8220;/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py&#8221;, line 38, in _setup<br />
    raise ImportError(&#8220;Settings cannot be imported, because environment variable %s is undefined.&#8221; % ENVIRONMENT_VARIABLE)<br />
ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined.</p>
<p>Quisirea pedir tu ayuda para solucionarlo y seguir revisando tu tutorial.</p>
<p>Gracias.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

