Le 22 oct. 2012 à 11:25, Pervez Mulla <[email protected]> a écrit :

> something like this in your setting.py
> 
> STATIC_ROOT = ''/home/john/yourprojectdir/yourappdir/staic/"

This is precisely what you shouldn't do.
The STATIC_ROOT is where files are copied to for production using the 
collectstatic command.
This is not for development and this is not where you should store your 
project's static files.

Regards,
Xavier Ordoquy,
Linovia.

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

Reply via email to