0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00

Added LOGIN_REDIRECT_URL to runtests.py settings

This commit is contained in:
Karl Hobley 2014-06-02 13:41:00 +01:00
parent 7ba7ded7c6
commit 7e7910ba3b

View File

@ -101,7 +101,8 @@ if not settings.configured:
),
COMPRESS_ENABLED=False, # disable compression so that we can run tests on the content of the compress tag
WAGTAILSEARCH_BACKENDS=WAGTAILSEARCH_BACKENDS,
WAGTAIL_SITE_NAME='Test Site'
WAGTAIL_SITE_NAME='Test Site',
LOGIN_REDIRECT_URL = 'wagtailadmin_home',
)