Bon, on progresse. Tu as indiqué ceci :
STATIC_ROOT = '/home/car00x/all/static', STATIC_URL = '/static/' Et je note que tes urls sont : "/css/eclairage.css" <- 404, en même temps ça ne risque pas d'être le bon truc, puisqu'il devrait y avoir "/static/" devant. "/static/img/logo.png" <- 500, mais côté répertoire est-ce que tu as bien un répertoire "/home/car00x/all/static/img/" dans lequel se trouve "logo.png" ? Sinon, essaye d'aller sur http://localhost:8000/static/img/logo.png et regarde quelle erreur il affiche. 2012/5/31 carlos <[email protected]> > voici les erreurs affichées avec le console: > > > Failed to load resource: the server responded with a status of 404 (NOT > FOUND) http://localhost:8000/css/eclairage.css > Failed to load resource: the server responded with a status of 404 (NOT > FOUND) http://localhost:8000/site-media/jquery-1.4.2.min.js > Failed to load resource: the server responded with a status of 500 > (INTERNAL SERVER ERROR) http://localhost:8000/static/img/logo.png > Failed to load resource: the server responded with a status of 500 > (INTERNAL SERVER ERROR) http://localhost:8000/static/img/Forumimg_logo.jpg > Failed to load resource: the server responded with a status of 500 > (INTERNAL SERVER ERROR) http://localhost:8000/static/img/allenligne.png > Failed to load resource: the server responded with a status of 500 > (INTERNAL SERVER ERROR) http://localhost:8000/static/img/allsos.png > _______________________________________________ > django mailing list > [email protected] > http://lists.afpy.org/mailman/listinfo/django >
_______________________________________________ django mailing list [email protected] http://lists.afpy.org/mailman/listinfo/django
