Re: Django 1.4 Development Workflow Using Static Files

2012-12-26 Thread Bill Freeman
On Wed, Dec 26, 2012 at 6:06 AM, huw_at1 wrote: > Thanks for the reply. I realised a few moments ago that I can use a > relative STATIC_URL rather than an absolute one so now I just have > '/static/' set as the value which works well. > > Many thanks > > RESOLVED > > > On Wednesday, 26 December 2

Re: Django 1.4 Development Workflow Using Static Files

2012-12-26 Thread huw_at1
Thanks for the reply. I realised a few moments ago that I can use a relative STATIC_URL rather than an absolute one so now I just have '/static/' set as the value which works well. Many thanks RESOLVED On Wednesday, 26 December 2012 00:53:42 UTC, אברהם סרור wrote: > > Maybe you can just upload

Re: Django 1.4 Development Workflow Using Static Files

2012-12-25 Thread Avraham Serour
Maybe you can just upload the files directly to the collect static folder on the server In any case maybe you want them under version control, so I guess you could just automate all these steps with fabric On Dec 26, 2012 1:00 AM, "huw_at1" wrote: > Hi again, > > Another quick question. I'm stil

Django 1.4 Development Workflow Using Static Files

2012-12-25 Thread huw_at1
Hi again, Another quick question. I'm still getting used to 1.4 and I've been setting up a remote static file service for the production deployment of my web app. This works just great however it seems a little cumbersome when developing if I want to add fresh image content I have to add it to