Skip to content

Commit a671cea

Browse files
committed
add setting for external host and port.
1 parent 32c03d8 commit a671cea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
HOST = 'localhost'
3232
PORT = 8080
3333

34+
SERVER_NAME = HOST
35+
SERVER_PORT = PORT
36+
3437
# Port the development test server should listen on.
3538
DEVELOPMENT_PORT = PORT
3639

0 commit comments

Comments
 (0)