|
Hello i'm in debug in localhost with apache and django 1.4 the css file is located : /home/USERNAME/Scrivania/Quintas_Disegno_definitivo/quintas/quintas/static/css/test.css i have configure : MEDIA_URL = '/static/' STATIC_ROOT = '/home/USERNAME/Scrivania/Quintas_Disegno_definitivo/quintas/quintas/static/' STATIC_URL = 'http://127.0.0.1/static' STATICFILES_DIRS = ('/home/USERNAME/Scrivania/Quintas_Disegno_definitivo/quintas/quintas/static/',) I need to load my css, now in template i use : <link rel="stylesheet" type="text/css" href="/css/test.css"/> But the css is not loaded, what is wrong? |
|
You can check our docs on how to set this up. If you still experience problems, open a ticket so we can take a look at your setup. |