Re: Static files in development and deployment

2010-02-01 Thread Eugene Wee
Hi, On Mon, Feb 1, 2010 at 11:20 PM, David De La Harpe Golden wrote: > Just in case: note 'django.core.context_processors.media' exists to do that > for you. Good guess: I was passing it manually. > Um. You can use relative paths in css url(), so if you keep the css in the > same location relat

Re: Static files in development and deployment

2010-02-01 Thread David De La Harpe Golden
On 01/02/10 14:48, Eugene Wee wrote: This works very well for admin media, uploaded files, and static files referenced from within templates (as I pass MEDIA_URL to the templates), Just in case: note 'django.core.context_processors.media' exists to do that for you. but for static files refe