mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Fix whitespace around operator
This commit is contained in:
parent
043ff3d8dc
commit
86c1cd5f26
|
@ -53,7 +53,7 @@ INTERNAL_IPS = ['127.0.0.1', '10.0.2.2', ]
|
|||
# tricks to have debug toolbar when developing with docker
|
||||
if os.environ.get('USE_DOCKER') == 'yes':
|
||||
ip = socket.gethostbyname(socket.gethostname())
|
||||
INTERNAL_IPS += [ip[:-1]+"1"]
|
||||
INTERNAL_IPS += [ip[:-1] + "1"]
|
||||
|
||||
DEBUG_TOOLBAR_CONFIG = {
|
||||
'DISABLE_PANELS': [
|
||||
|
|
Loading…
Reference in New Issue
Block a user