Re: empty static_url

2013-03-06 Thread Phil
Hi Tom, Thanks a million for the reply, you helped solve my issue. Technically speaking, if that is your template, and you end up with "/css/style.css", then STATIC_URL is not empty, it is '/'. Yeah sorry, I should have just had "css/style.css" as I wasn't even getting the forward slash. Yes

Re: empty static_url

2013-03-04 Thread Tom Evans
On Sat, Mar 2, 2013 at 4:47 PM, Phil wrote: > Hi, > > I'm using django1.4.3 > > I have a django project with 3 apps. All 3 apps templates extend 'app.html'. > On 2 of my projects the CSS loads fine, but on third one the CSS doesn't get > loaded because it's not adding '/static/' to the url to the

empty static_url

2013-03-02 Thread Phil
Hi, I'm using django1.4.3 I have a django project with 3 apps. All 3 apps templates extend 'app.html'. On 2 of my projects the CSS loads fine, but on third one the CSS doesn't get loaded because it's not adding '/static/' to the url to the CSS. So instead of '/static/css/style.css' I'm getting