adamcik / plan

Timetable generator
http://ntnu.1024.no/
Other
50 stars 9 forks source link

CSS and JS files get removed by synccompress #20

Closed adamcik closed 12 years ago

adamcik commented 14 years ago

Currently the site simply caches entire http responses for the sake of simplicity. However with django-compress as part of the current setup this causes problems. New media files can be synced, removing the old ones, while the cached responses still point to the old files.

This can either be fixed by

Personally I'm inclined towards providing a patch upstream or using signals.

adamcik commented 14 years ago

Current code uses a specific fork of django-compress with this feature. On the down side it seems that the package is fractured an no effort is being made to integrate forks :(

adamcik commented 12 years ago

django-compress is no longer used, we've switched to django-compressor.