django-app-namespace-template-loader icon indicating copy to clipboard operation
django-app-namespace-template-loader copied to clipboard

Template loader allowing you to both extend and override a template at the same time.

Results 2 django-app-namespace-template-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

``` def upath(path): """Always return a unicode path (did something for Python 2).""" return path ``` I don't quite understand what it did anyway. :)

I just had to fix this. https://github.com/Fantomas42/django-app-namespace-template-loader/pull/20 Please update a new version @Fantomas42