gillesfabio / creer-un-blog-avec-django

Source code of my french tutorial: "créer un blog avec Django".

Home Page:http://gillesfabio.com/blog/2009/01/29/creer-un-blog-avec-django/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code of my french tutorial: "Créer un blog avec Django"

Tutorial URL: http://gillesfabio.com/blog/2009/01/29/creer-un-blog-avec-django/

Information

This version runs on Django 1.1.

The tutorial has been updated to run on Django 1.2: URL and repository.

Installation

Grab the source::

$ git clone git://github.com/gillesfabio/creer-un-blog-avec-django.git

Go in the project's folder::

$ cd creer-un-blog-avec-django/website

Change some settings if you need and synchronize the database::

$ python manage.py syncdb

Load the fixtures::

$ python manage.py loaddata test_data

Run the server::

$ python manage.py runserver

That's all.

About

Source code of my french tutorial: "créer un blog avec Django".

http://gillesfabio.com/blog/2009/01/29/creer-un-blog-avec-django/

License:Other


Languages

Language:Python 92.4%Language:JavaScript 7.6%