Add gwift-env on each shell in intro

This commit is contained in:
jaguarondi 2016-01-05 14:39:30 +01:00
parent d9284d67a4
commit ccda9c6337
1 changed files with 3 additions and 3 deletions

View File

@ -38,14 +38,14 @@ Cette application servira à structurer les listes de souhaits, les éléments q
.. code-block:: shell .. code-block:: shell
$ cd gwift (gwift-env)$ cd gwift
$ python manage.py startapp wish (gwift-env)$ python manage.py startapp wish
Résultat? Django nous a créé un répertoire ``wish``, dans lequel on trouve les fichiers suivants: Résultat? Django nous a créé un répertoire ``wish``, dans lequel on trouve les fichiers suivants:
.. code-block:: shell .. code-block:: shell
$ ls -l wish (gwift-env)$ ls -l wish
admin.py __init__.py migrations models.py tests.py views.py admin.py __init__.py migrations models.py tests.py views.py
En résumé, chaque fichier a la fonction suivante: En résumé, chaque fichier a la fonction suivante: