mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-08 09:00:59 +00:00
speedup tests
This commit is contained in:
parent
493a30bcf9
commit
85de048a89
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import os
|
|||
|
||||
import django
|
||||
|
||||
DEBUG = False
|
||||
WAGTAIL_ROOT = os.path.dirname(os.path.dirname(__file__))
|
||||
STATIC_ROOT = os.path.join(WAGTAIL_ROOT, 'tests', 'test-static')
|
||||
MEDIA_ROOT = os.path.join(WAGTAIL_ROOT, 'tests', 'test-media')
|
||||
|
|
@ -54,7 +55,7 @@ TEMPLATES = [
|
|||
'wagtail.tests.context_processors.do_not_use_static_url',
|
||||
'wagtail.contrib.settings.context_processors.settings',
|
||||
],
|
||||
'debug': True,
|
||||
'debug': False,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue