francisation du fichier README

This commit is contained in:
Benjamin Dauvergne 2012-07-24 12:17:35 +02:00
parent 0534f8430e
commit 0721a9a13c
1 changed files with 7 additions and 6 deletions

13
README
View File

@ -3,7 +3,7 @@ Polycopiés numériques, projet UPD+UNPIdF
Installation
------------
With PostgreSQL:
Avec PostgreSQL:
$ createdb polynum
$ echo "DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'polynum' }}" >local_settings.py
@ -18,15 +18,16 @@ With PostgreSQL:
$ ./manage.py syncdb
Indexes
-------
Index
-----
Some queries need indexes to be performant, do not forget to install them.
Certaines requêtes nécessitent des index pour êtres performantes, n'oubliez pas
des créer à l'aide des commandes suivantes.
With SQLite::
Avec SQLite::
python manage.py sqlindexes | sqlite3 polynum.db
With PostgreSQL:
Avec PostgreSQL:
python manage.py sqlindexes | psql <db_name>