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

This project aims at providing a compromise between dynamic error pages for Django (that use template tags etc and therefore potentially error too) and having to write static error pages by hand.

Results 4 django-statictemplate issues
Sort by recently updated
recently updated
newest added

Hi! Would it be possible to make a new release with the branch new_django? It's currently broken for all new django versions, so installing from pypi doesn't work and we...

the `override_middleware` context manager only supports the `MIDDLEWARE_CLASSES` setting, not the new `MIDDLEWARE` setting for 1.10+* *I'm using a copy of the git repo, as there's not a release subsequent...

I just tried the app and for some raison I get this exception : django.core.exceptions.ImproperlyConfigured: Using i18n_patterns in an included URLconf is not allowed. Is the code compatible with django...