django-apptemplates
django-apptemplates copied to clipboard
Django template loader that allows you to load and override a template from a specific Django application.
Results
1
django-apptemplates issues
Sort by
recently updated
recently updated
newest added
It seems that if an application is specified via AppConfig, it will not work: ``` INSTALLED_APPS = ( 'wiki.apps.WikiConfig' ) ``` For `django-wiki`, this produces errors like `TemplateDoesNotExist: "wiki:wiki/base.html"`. Other...