django-static icon indicating copy to clipboard operation
django-static copied to clipboard

Template tags for better serving static files from templates in Django

Results 5 django-static issues
Sort by recently updated
recently updated
newest added

There are several errors regarding this package and Python3. It installs with PIP3 but when runs raise some errors mostly regarding syntax or importing wrong packages.

When someone embed data in CSS using url() and surrounds it with quotation marks " or ', django_static wrongly prepend current file path data. Example: ``` background-image: url("data:image/png;base64,...") ``` is...

While using django-static on windows machine I found that the new filenames that were being created had a "\" instead of a "/" in their src. eg.href="/media/css\login_foo_moo_too.css" instead of href="/media/css/login_foo_moo_too.css"...

Hi there, We're happy users of django-static, but we've run into a couple problems with our load balanced configuration that would make it a lot easier if we could guarantee...

Hi there, My question is pretty simple : is it safe to wrap a complete html page (including some js and css content slimming) or should I close my {%...