fix typos in README

This commit is contained in:
Thomas NOËL 2014-10-02 23:33:03 +02:00
parent 1ba9d419f1
commit 5ad5d3424c
1 changed files with 7 additions and 5 deletions

12
README
View File

@ -3,18 +3,19 @@ Initializing the database
To create the database, execute the following line:
./manage.py --config=config_example.py syncdb --migrate
manage.py --config=config_example.py syncdb --migrate
The new database is created inside `passerelle.sqlite3` in the current directory.
The new database is created inside `passerelle.sqlite3` in the
current directory.
Running
-------
The command line for starting is:
./manage.py --config=config_example.py runserver
manage.py --config=config_example.py runserver
Passerelle is available on http://127.0.0.1:80000
Passerelle is available on http://127.0.0.1:8000
Options
-------
@ -25,5 +26,6 @@ Options
--multitenant
Activate multi-tenant mode. The python-entrouvert package must be installed.
Activate multi-tenant mode. The python-entrouvert package
must be installed.