Skip to content

Commit cc3d2de

Browse files
committed
ref(controller): remove several unused settings
The ACCOUNT_* settings were not removed when django-allauth was, and DEFAULT_BUILD is not referenced anywhere.
1 parent e5182be commit cc3d2de

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

controller/deis/settings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@
155155
)
156156

157157
ANONYMOUS_USER_ID = -1
158-
ACCOUNT_EMAIL_REQUIRED = True
159-
ACCOUNT_EMAIL_VERIFICATION = 'none'
160-
ACCOUNT_LOGOUT_ON_GET = True
161-
ACCOUNT_USERNAME_BLACKLIST = ['system']
162158
LOGIN_URL = '/v1/auth/login/'
163159
LOGIN_REDIRECT_URL = '/'
164160

@@ -270,7 +266,6 @@
270266
DEIS_LOG_DIR = os.path.abspath(os.path.join(__file__, '..', '..', 'logs'))
271267
LOG_LINES = 1000
272268
TEMPDIR = tempfile.mkdtemp(prefix='deis')
273-
DEFAULT_BUILD = 'deis/helloworld'
274269
DEIS_DOMAIN = 'deisapp.local'
275270

276271
# standard datetime format used for logging, model timestamps, etc.

0 commit comments

Comments
 (0)