Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Django を使用して Web アプリを開発しています。コマンドを実行するとmanage.py runserver、 の Web サイトにアクセスできますhttp://localhost (127.0.0.1:8000)。開発中に 24 時間年中無休で実行すると、セキュリティ上のリスクはありますか。外部からアクセスできないように、ルーターでこのポートをブロックする必要がありますか?
manage.py runserver
http://localhost (127.0.0.1:8000)