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:
parent
7ba7ded7c6
commit
7e7910ba3b
@ -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',
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user