Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

gillesfabio/creer-un-blog-avec-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published