django-statictemplate
django-statictemplate copied to clipboard
Using i18n_patterns in an included URLconf is not allowed.
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 1.5 and i18n_pattens ?
thanks
EDIT: just readed the i18n_patterns code who says it is forbidden, nothing to do with djangostatictemplate it seems.
Is there a way to make it work despite using i18n_patterns as root_urlconf?