From d0cd8a89970ff3853a09db82388404b0c2b6b943 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Fri, 4 Nov 2016 00:03:36 +0100 Subject: [PATCH] Fix the contributing fix --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58942e64..67ce70ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,10 +24,10 @@ Avec cette commande, tu clones le sith AE dans le dossier courant. Maintenant, faut passer le sith en mode debug dans le fichier de settings personnalisé. - cat "DEBUG=True" > sith/settings_custom.py - cat 'SITH_URL = "localhost:8000"'% >> sith/settings_custom.py + echo "DEBUG=True" > sith/settings_custom.py + echo 'SITH_URL = "localhost:8000"'% >> sith/settings_custom.py -Enfin, il s'aggit de créer la base de donnée de test +Enfin, il s'agit de créer la base de donnée de test lors de la première utilisation ./manage.py setup répondre no