Salut , ici https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/modwsgi/ --Ad
Le 27 avril 2014 11:27, Mor Talla Gueye <[email protected]> a écrit : > Bonjour La liste, > J'ai un petit souci avec la configuration de django et apache2 mod-wsgi. > Apres la configuration, j'ai toutes les applications fonctionnelles, mais > je ne trouve pas les fichiers static d'administration. C'est a dire, les > fichiers css, images etc. > > Voici la partie de la configuration dans apache2.conf: > ### Ajouter pour django > 265 WSGIScriptAlias / /home/kharagne/mysite/mysite/wsgi.py > 266 WSGIPythonPath /home/kharagne/mysite > 267 <Directory /home/kharagne/mysite/mysite> > 268 <Files wsgi.py> > 269 Order deny,allow > 270 Allow from all > 271 </Files> > 272 </Directory> > > > -- > Best regards, > > Mor Talla Gueye > > Dakar Senegal > Phone: +221 77 633 74 58 > Email: [email protected] > > > > -- > Ce message a été envoyé à la liste [email protected] > Gestion de votre abonnement : http://dakarlug.org/liste > Archives : http://news.gmane.org/gmane.org.user-groups.linux.dakarlug > Le site du DakarLUG : http://dakarlug.org >
-- Ce message a été envoyé à la liste [email protected] Gestion de votre abonnement : http://dakarlug.org/liste Archives : http://news.gmane.org/gmane.org.user-groups.linux.dakarlug Le site du DakarLUG : http://dakarlug.org
