I can see toolbar from my pc. But I want to allow to all the subnet.
This is working:
INTERNAL_IPS = ('10.11.11.121','127.0.0.1','localhost')
Now I to allow want to 10.11.11.X
I tried without success:
INTERNAL_IPS = ('10.11.11.*','127.0.0.1','localhost')
INTERNAL_IPS = ('10.11.11.0/24','127.0.0.1','localhost')
INTERNAL_IPS = ('10.11.11.0','127.0.0.1','localhost')