Republish Static Files
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, it gives me the old version of the data files.
I am new to django and new to the concept of static files and web servers, but I read somewhere that static files may need to be 'republished' in order for viewers to see the changes on the web server. I don't know if this applies to django, but does anyone know why these changes in the files are not being reflected on the site at all?
Much appreciated.
-- You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home