Instantly share code, notes, and snippets.
포트번호 변경
python manage.py runserver [원하는 포트번호]
외부접속 허용
python manage.py runserver 0.0.0.0:8000