peterbe / django-static

Template tags for better serving static files from templates in Django
BSD 2-Clause "Simplified" License
193 stars 28 forks source link

Fix for regexp as mentioned in my ticket #12

Closed bjornpost closed 13 years ago

bjornpost commented 13 years ago

also, in 33f89a06 I removed an unused import (from glob import glob).

bjornpost commented 13 years ago

Hi,

Just added two extra commits in my fork:

I'm very new to writing testcases, so I hope it's okay, at least it works fine on my end:

................................................

Ran 48 tests in 2.809s

OK

Bjorn

peterbe commented 13 years ago

That's a great pull request. Thanks!