Open qpzm opened 5 years ago
빈스톡을 어떻게 쓰는지 아직 잘 몰라서... 좀 더 찾아보고 답변 계속 보충할게요!
-> 저는 이 때 결석해서 잘 모르겠습니당
Q. 도메인 사고 적용이 뭘까요?
ElasticBeanstalk 과 EC2 배포의 차이
packages:
yum:
libmemcached: []
ruby-devel: []
gcc: []
rpm:
epel: http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
rubygems:
chef: '0.10.2'
EC2 배포 방법에 대해서는 경환형이 소개해줄 듯?
ElasticBeanstalk 배포 자료
위키용 이미지
collectstatic
명령어에서 아래와 같은 경고가 발생합니다.
$ python manage.py collectstatic
Found another file with the destination path 'feedpage/myjs.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'feedpage/style.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
이는 snulion7th/settings.py
의 이 부분 때문인데 이 코드의 목적이 궁금합니다. 없어도 runserver
하면 정적파일이 잘 로드되어 여쭤봅니다.
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'feedpage', 'static'),
)
공식문서를 보면 아래와 같은 내용이 있습니다.
Files are searched by using the enabled finders. The default is to look in all locations defined in STATICFILES_DIRS and in the 'static' directory of apps specified by the INSTALLED_APPS setting.
질문
겨울 방학 스터디에서 다뤘던 배포 방식 과 겪었던 문제
결정할 사항들