mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
tests: Allow adding test templates
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
67ac86899a
commit
f1c4b2235a
@ -59,3 +59,9 @@ MIDDLEWARE = (
|
||||
ROOT_URLCONF = 'plinth.tests.data.urls'
|
||||
|
||||
SECRET_KEY = 'django_tests_secret_key'
|
||||
|
||||
TEMPLATES = [{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'APP_DIRS': True,
|
||||
'DIRS': ['plinth/tests/data/templates/'],
|
||||
}]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user