mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Disable flake8 checks in settings.
This commit is contained in:
parent
b5512e23bf
commit
0c7a4b9f60
@ -343,7 +343,7 @@ CELERYBEAT_SCHEDULE = {
|
|||||||
# Social Auth configuration.
|
# Social Auth configuration.
|
||||||
SOCIAL_AUTH_STRATEGY = 'social.strategies.django_strategy.DjangoStrategy'
|
SOCIAL_AUTH_STRATEGY = 'social.strategies.django_strategy.DjangoStrategy'
|
||||||
SOCIAL_AUTH_STORAGE = 'social.apps.django_app.default.models.DjangoStorage'
|
SOCIAL_AUTH_STORAGE = 'social.apps.django_app.default.models.DjangoStorage'
|
||||||
SOCIAL_AUTH_USER_MODEL = AUTH_USER_MODEL
|
SOCIAL_AUTH_USER_MODEL = AUTH_USER_MODEL # noqa
|
||||||
SOCIAL_AUTH_PIPELINE = (
|
SOCIAL_AUTH_PIPELINE = (
|
||||||
'social.pipeline.social_auth.social_details',
|
'social.pipeline.social_auth.social_details',
|
||||||
'social.pipeline.social_auth.social_uid',
|
'social.pipeline.social_auth.social_uid',
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
# Copyright (c) 2015 Ansible, Inc.
|
# Copyright (c) 2015 Ansible, Inc.
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
|
||||||
|
# flake8: noqa
|
||||||
|
|
||||||
# Runs after all configuration files have been loaded to fix/check/update
|
# Runs after all configuration files have been loaded to fix/check/update
|
||||||
# settings as needed.
|
# settings as needed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user