Doccano: Bind ip address

Created on 12 Oct 2018  路  2Comments  路  Source: doccano/doccano

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
  • Python version: 3.6

How to bind the ip address to 0.0.0.0 such that I call the application remotely within the same private network.

Thanks

Most helpful comment

python manage.py runserver 0.0.0.0:<port>

All 2 comments

python manage.py runserver 0.0.0.0:<port>

Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tulleuchen picture tulleuchen  路  3Comments

dveselov picture dveselov  路  4Comments

ayrtondenner picture ayrtondenner  路  3Comments

xuanlv2 picture xuanlv2  路  4Comments

attenton picture attenton  路  3Comments