開発サーバーを実行する方法は次のとおりです(念のため、sudoを使用して、または使用せずにこれを試しました):
python manage.py runserver ec2-##-##-###-##.compute-1.amazonaws.com:8000
これが私のiptablesリストです:
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:8000
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere state ESTABLISHED
ブラウザで呼び出す方法は次のとおりです: ec2-##-##-###-##.compute-1.amazonaws.com:8000/
どうしたの?Ubuntu マイクロ インスタンスを使用しています。