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

Minor PEP8 fix

This commit is contained in:
Karl Hobley 2014-06-16 10:31:05 +01:00
parent 02b4223e41
commit 4235450f5e

View File

@ -102,7 +102,7 @@ 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',
LOGIN_REDIRECT_URL = 'wagtailadmin_home',
LOGIN_REDIRECT_URL='wagtailadmin_home',
)