modifié : INITBASE/loader.py

modifié :         SRC/public/imgs/avatar/1.png
This commit is contained in:
sidya82 2015-03-20 23:38:00 +01:00
parent f1e32092d8
commit 5b1d114815
2 changed files with 2 additions and 2 deletions

View File

@ -204,8 +204,8 @@ try :
idoeuvre = insert(cur,"oeuvres",datas)
i+=1
#On Cree utilisateur decouvrir le muse
datas = { "id" : "1", "nom": "Découverte", "image" : "1.png" }
#On Cree utilisateur decouvrir le musee
datas = { "id" : "1", "nom": "Découverte", "image" : "imgs/avatar/1.png" }
insert(cur,"referents",datas)
con.commit()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB