cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Malik S 6c8538abfe Add all internal IPs for multiple docker networks (#1520)
* Add all internal IPs for multiple docker networks

When developing with modified docker-compose.yml that contains multiple
network definitions, all networks gateways of the created container
should be added to INTERNAL_IPS, otherwise Django-Debug-Toolbar will not
work.

* Add @flyudvik to contributors
2018-03-08 15:54:24 +03:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Prettify and re-order settings entries (#1550) 2018-03-06 14:28:25 +03:00
local.py Add all internal IPs for multiple docker networks (#1520) 2018-03-08 15:54:24 +03:00
production.py Convert old-styled string formatting to f-string (#1528) 2018-03-06 19:56:27 +03:00
test.py Convert old-styled string formatting to f-string (#1528) 2018-03-06 19:56:27 +03:00