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-1.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Tutorial URL: http://gillesfabio.com/blog/2010/07/22/creer-un-blog-avec-django-1-2/

Grab the source:

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

Go in the project's folder:

$ cd creer-un-blog-avec-django-1.2/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 1.2"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published