<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rémy Giard &#187; Django</title>
	<atom:link href="http://blog.remygiard.com/category/software_development/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.remygiard.com</link>
	<description>Web developer (Java, Ruby, PHP, Web Standards, jQuery). Father. Runner.</description>
	<lastBuildDate>Sun, 14 Mar 2010 23:31:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Satchmo e-commerce platform</title>
		<link>http://blog.remygiard.com/2009/01/12/satchmo-e-commerce-platform/</link>
		<comments>http://blog.remygiard.com/2009/01/12/satchmo-e-commerce-platform/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:50:46 +0000</pubDate>
		<dc:creator>Rémy</dc:creator>
				<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://blog.remygiard.com/2009/01/12/stachmo-e-commerce-platform/</guid>
		<description><![CDATA[It has been a while since I tried to find an e-commerce platform which seems to be a real development platform, not only a tool to be configured with incomprehensible settings.  Satchmo seems to be what I am looking for and will be the next platform I&#8217;ll use for a web store.  It is built [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I tried to find an e-commerce platform which seems to be a real development platform, not only a tool to be configured with incomprehensible settings.  Satchmo seems to be what I am looking for and will be the next platform I&#8217;ll use for a web store.  It is built with Django, so it has all the benefits of this framework and new functionnality coming with Satchmo.  Now, the trial step, more to come &#8230;</p>
<p><a href="http://www.satchmoproject.com/" target="_blank">http://www.satchmoproject.com/</a><br />
<a href="http://gosatchmo.com/starting-a-new-store-real-world-project-layout" target="_blank">http://gosatchmo.com/starting-a-new-store-real-world-project-layout</a><br />
<a href="http://djangositeoftheweek.com/oohgabooga/" target="_blank">http://djangositeoftheweek.com/oohgabooga/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.remygiard.com/2009/01/12/satchmo-e-commerce-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django 1.0 planned to be released in early September</title>
		<link>http://blog.remygiard.com/2008/06/16/django-10-planned-to-be-released-in-early-september/</link>
		<comments>http://blog.remygiard.com/2008/06/16/django-10-planned-to-be-released-in-early-september/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 02:21:09 +0000</pubDate>
		<dc:creator>Rémy</dc:creator>
				<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://blog.remygiard.com/2008/06/16/django-10-planned-to-be-released-in-early-september/</guid>
		<description><![CDATA[After a long wait, Django 1.0 is planned to be released September 2nd. As some of you knows the philosophy behind Django version management, a version 1.0 does not mean a first incomplete version.   In fact, a lot of work has been done since few years.  The guys behind the framework decided that [...]]]></description>
			<content:encoded><![CDATA[<p>After a long wait, Django 1.0 is planned to be released September 2nd. As some of you knows the philosophy behind Django version management, a version 1.0 does not mean a first incomplete version.   In fact, a lot of work has been done since few years.  The guys behind the framework decided that a version 1.0 release represents a mature and stable framework.  I am very happy of that news and am anxious to start playing with Django 1.0 !</p>
<p><a href="http://code.djangoproject.com/wiki/VersionOneRoadmap">More information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.remygiard.com/2008/06/16/django-10-planned-to-be-released-in-early-september/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation/configuration d&#8217;un environnement de développement pour Django sur Windows</title>
		<link>http://blog.remygiard.com/2007/06/11/installationconfiguration-dun-environnement-de-developpement-pour-django-sur-windows/</link>
		<comments>http://blog.remygiard.com/2007/06/11/installationconfiguration-dun-environnement-de-developpement-pour-django-sur-windows/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 03:19:31 +0000</pubDate>
		<dc:creator>Rémy</dc:creator>
				<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://blog.remygiard.com/2007/06/11/installationconfiguration-dun-environnement-de-developpement-pour-django-sur-windows/</guid>
		<description><![CDATA[Voici les étapes que j&#8217;ai parcourues pour installer et configurer un environnement Django sur mon poste Windows.  Comme IDE, je me sers de PyDev dans WTP (Eclipse).  Je connais déjà bien Eclipse et PyDev est quasi-transparent à l&#8217;intérieur d&#8217;Eclipse en plus de permettre le débuguage.  Au lieu d&#8217;installer MySQL indépendement, j&#8217;utilise WAMP [...]]]></description>
			<content:encoded><![CDATA[<p>Voici les étapes que j&#8217;ai parcourues pour installer et configurer un environnement Django sur mon poste Windows.  Comme IDE, je me sers de PyDev dans WTP (Eclipse).  Je connais déjà bien Eclipse et PyDev est quasi-transparent à l&#8217;intérieur d&#8217;Eclipse en plus de permettre le débuguage.  Au lieu d&#8217;installer MySQL indépendement, j&#8217;utilise WAMP qui installe en même temps Apache et PHPMyadmin qui me sert pour le contrôle de MySQL.</p>
<ol>
<li>Installer <a href="http://python.org/ftp/python/2.5.1/python-2.5.1.msi">Python 2.5</a></li>
<li>Installer <a href="http://www.wampserver.com/en/download.php">WAMP 1.7.2</a></li>
<li>Installer <a href="http://downloads.sourceforge.net/mysql-python/MySQL-python-1.2.2.win32-py2.5.exe?modtime=1173863337&amp;big_mirror=0">MySqlPython 1.2.2</a> pour Python 2.5</li>
<li>Installer <a href="http://java.sun.com/j2se/1.5.0/download.jsp">Java 2 Standard Edition 5 </a></li>
<li>Installer <a href="http://download.eclipse.org/webtools/downloads/drops/R1.5/R-1.5.4-200705021353/">WTP 1.5.4 </a></li>
<li>Dans WTP, installer le plugin PyDev à l&#8217;aide du Eclipse Update Manager en ajoutant la location suivante : <a href="http://pydev.sourceforge.net/updates/">http://pydev.sourceforge.net/updates/</a>  <em>(Attention de décocher le support pour Mylar sinon PyDev ne s&#8217;installera pas)</em><a href="http://pydev.sourceforge.net/updates/"><br />
</a></li>
</ol>
<p>L&#8217;environnement de développement est maintenant installé, il faut indiquer à PyDev où est l&#8217;interpreteur Python :</p>
<ol>
<li>Dans WTP, allez à <em>Windows -&gt; Preferences, PyDev &#8211; Interpreter Python</em></li>
<li>Cliquez sur <strong>New </strong>et pointez le fichier <em>python.exe </em>dans le répertoire choisi lors de l&#8217;installation de Python 2.5</li>
<li>Cliquez <strong>OK</strong></li>
</ol>
<p>Voilà, l&#8217;environnement de développement est installé.  Il suffit maintenant de créer un projet Django &#8230;&#8230; à suivre</p>
<p>Références :</p>
<p><a href="http://pydev.blogspot.com/2006/09/configuring-pydev-to-work-with-django.html">Configuring pydev to work with django</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.remygiard.com/2007/06/11/installationconfiguration-dun-environnement-de-developpement-pour-django-sur-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
