django-dbtemplates/dbtemplates
Eugene Prikazchikov e3318658a5 Update Loader class to up-to-date template loader API
load_template_sources is deprecated in Django 1.9 ad removed in Django2.0
see https://docs.djangoproject.com/en/1.9/releases/1.9/#template-loader-apis-have-changed
2017-12-09 20:40:57 +03:00
..
locale Fix localization 2015-10-16 17:05:42 +05:00
management Appease flake8. 2017-11-22 11:01:02 +01:00
migrations Remove last version switch 2016-09-20 11:34:15 +02:00
static/dbtemplates Moved media/* to static/* for new staticfiles compatibility. 2011-04-11 18:00:48 +02:00
utils Appease flake8. 2017-11-22 11:01:02 +01:00
__init__.py Add Django appconfig for overriding the name in the admin 2016-09-20 12:41:44 +02:00
admin.py Appease flake8. 2017-11-22 11:01:02 +01:00
apps.py Add Django appconfig for overriding the name in the admin 2016-09-20 12:41:44 +02:00
conf.py Fix some Python 3 issues - thanks @vikingco 2015-08-19 11:42:39 +02:00
loader.py Update Loader class to up-to-date template loader API 2017-12-09 20:40:57 +03:00
models.py Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
test_cases.py Update Loader class to up-to-date template loader API 2017-12-09 20:40:57 +03:00
test_settings.py Fix test matrix. 2017-11-22 15:43:19 +01:00