Alter internal IPs
This commit is contained in:
parent
22a0192497
commit
9d994096f0
|
@ -145,8 +145,7 @@ REST_FRAMEWORK = {
|
||||||
|
|
||||||
INTERNAL_IPS = [
|
INTERNAL_IPS = [
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
"10.1.1.101",
|
"10.1.10.11",
|
||||||
"10.1.1.102",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
DEBUG_TOOLBAR_PANELS = [
|
DEBUG_TOOLBAR_PANELS = [
|
||||||
|
|
Loading…
Reference in New Issue