Re: Republish Static Files

2013-05-08 Thread s . pablo515
Fixed it... It was a caching issue... On Wednesday, May 8, 2013 11:38:05 AM UTC-7, s.pab...@gmail.com wrote: > > These are my current settings: > > STATIC_ROOT = '' > STATIC_URL = '/static/' > STATICFILES_DIRS = ( > 'absolute-path-to-static-dir' > ) > > Then I am accessing these files on my

Re: Republish Static Files

2013-05-08 Thread s . pablo515
These are my current settings: STATIC_ROOT = '' STATIC_URL = '/static/' STATICFILES_DIRS = ( 'absolute-path-to-static-dir' ) Then I am accessing these files on my template by using {{STATIC_URL}} which works fine. But when I update any of the files, the changes do not show. How would you

Republish Static Files

2013-05-07 Thread s . pablo515
Hello, I have site that renders a chart using HighCharts with data from static csv files, as well as a link to download these files. I am developing locally using runserver. However, when I alter the data, the changes are not reflected on the site, and when I download the files from the site,