modified: SRC/init/loadCSVAugust2014.py
This commit is contained in:
parent
b0d3f8f725
commit
20c7a0255c
@ -351,3 +351,37 @@ exit
|
|||||||
git pull
|
git pull
|
||||||
exit
|
exit
|
||||||
git pull
|
git pull
|
||||||
|
cd ..
|
||||||
|
ls
|
||||||
|
cp loadCSVAugustin2014.py ModuleWeb/SRC/init/loadCSVAugust2014.py
|
||||||
|
cd ModuleWeb/SRC/init/
|
||||||
|
nano loadCSVAugust2014.py cd
|
||||||
|
cd ../..
|
||||||
|
git pull
|
||||||
|
git commit -a
|
||||||
|
ls -la
|
||||||
|
git pull
|
||||||
|
git commit -a
|
||||||
|
git add SRC/init/loadCSVAugust2014.py
|
||||||
|
git commit -a
|
||||||
|
git pull
|
||||||
|
git push
|
||||||
|
git pull
|
||||||
|
cd
|
||||||
|
cd ..
|
||||||
|
ls
|
||||||
|
ls -la
|
||||||
|
rm -Rf ModuleWeb/
|
||||||
|
git clone https://github.com/matthieupenchenat81/ModuleWeb
|
||||||
|
cd ModuleWeb/
|
||||||
|
cd SRC/
|
||||||
|
composer install
|
||||||
|
git pull
|
||||||
|
git pull
|
||||||
|
exit
|
||||||
|
git pull
|
||||||
|
exit
|
||||||
|
git pull
|
||||||
|
exit
|
||||||
|
git pull
|
||||||
|
exit
|
||||||
|
@ -27,7 +27,7 @@ try :
|
|||||||
listeAuteur = {}
|
listeAuteur = {}
|
||||||
listeDatation = {}
|
listeDatation = {}
|
||||||
|
|
||||||
con = mdb.connect('localhost', 'root', '', 'moduleweb')
|
con = mdb.connect('localhost', 'root', ' ', 'moduleweb',charset='utf8')
|
||||||
cur = con.cursor()
|
cur = con.cursor()
|
||||||
|
|
||||||
# Suppresion des données existantes dan la bd
|
# Suppresion des données existantes dan la bd
|
||||||
|
Reference in New Issue
Block a user