最近在使用工作場所的專案
使用Python manage.py runserver
都會卡在Performing system checks...這關
大概過個90秒就會出現timeout的bug
(Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at
0x7f1c2bc4cf60>: Failed to establish a new connection: [Errno 110] Connection
timed out',))
上網查詢卻鮮少有相關資訊
而且只有這個專案會發生,自己寫的專案都不會發生這個問題
想請問板上的神人們,如何解決這個問題呢?
我的作業系統是Ubuntu 16.04LTS