Martin Mlynář

Results 3 issues of Martin Mlynář

I've been fighting issue when multiple running of collectstatic produces duplicated scripts when DEBUG=True (or PIPELINE_ENABLED=False) django-pipeline==1.6.0 ``` python STATIC_URL = '/static/' STATIC_ROOT = '/tmp/pipeline-bug-static/' STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' STATICFILES_FINDERS =...

Hello, I've found that using repeat_interval is causing re-sending messages to GC. I would expect that cAlert remembers sent notifications and do not repeat them when they are already sent/have...