E ae galera!

Estou tentando carregar um css para uma página, mas no caminho não
estou acertando.
Como vejo qual é a minha pasta root?

Por exemplo estou tentando desta duas formas:
1 - <link href="{{ MEDIA_URL }}/website/csscida.css" rel="stylesheet"
type="text/css" />
onde MEDIA_URL = '/media/' e
MEDIA_ROOT = os.path.join(PROJECT_ROOT_PATH, 'media')

e 2 -
<link href="/cida/media/website/css/cida.css" rel="stylesheet"
type="text/css" />
onde a pasta "cida" seria onde eu dei o startproject

Valeu ae galera,

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to