]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Update Docker IP to whitelist for django-debug-toolbar
authorStephen Finucane <stephen@that.guru>
Thu, 26 Apr 2018 23:19:32 +0000 (00:19 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 26 Apr 2018 23:24:10 +0000 (00:24 +0100)
This has changed with the recent move to the 3.0 syntax.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/settings/dev.py

index 1f686f425e6ded504ebdfeb1b86598be528d2391..7bdfdffac8e67b7eef15764632707422899b2218 100644 (file)
@@ -77,7 +77,7 @@ else:
 
 INTERNAL_IPS = [
     '127.0.0.1', '::1',
-    '172.17.0.1'
+    '172.18.0.1'
 ]