
python, django로 만든 웹페이지 AWS EC2 배포 Django 서비스 배포 01. settings.py파일의 ALLOWED_HOSTS부분에 ec2서버의 주소를 추가후 git에 push # settings.py ...ALLOWED_HOSTS = ["127.0.0.1", "52.63.112.223"]... 02. 아래 포스팅을 참고하여 requirements.txt를 생성 후 git에 pushhttps://chuuvelop.tistory.com/245 requirements.txt 03. 「requirements.txt」가 생성되었음을 확" data-og-host="chuuvelop.tistory.com" data-og-source-url="https://chuuvelop.tistory.c..