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 te
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 us
Did you run collectstatic ?
https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#collectstatic
On Tue, May 7, 2013 at 9:41 PM, wrote:
> 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 devel
3 matches
Mail list logo