We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f899efb commit 703ab67Copy full SHA for 703ab67
docs/installation.rst
@@ -110,7 +110,7 @@ option. This option allows you to specify a custom function for this purpose.
110
if DEBUG:
111
import os # only if you haven't already imported this
112
import socket # only if you haven't already imported this
113
- hostname, _, ips = socker.gethostbyname_ex(socket.gethostname())
+ hostname, _, ips = socket.gethostbyname_ex(socket.gethostname())
114
INTERNAL_IPS = [ip[:-1] + '1' for ip in ips] + ['127.0.0.1', '10.0.2.2']
115
116
0 commit comments