Python Study
5. Django 기초 (3) : from CDN to STATIC
Louis.T.Kim
2020. 3. 3. 22:32
- CDN : Contents Delivary Network (설명 링크 : https://docs.microsoft.com/ko-kr/azure/cdn/cdn-overview)
- CDN을 STATIC으로 바꿔보자!
Project - STATIC 폴더를 만든다.
setting.py에서 아래와 같이 설정
아래 Bootstrap 사이트에서 테마를 XXX.min.css 파일을 받아 STATIC 폴더에 넣는다.
Bootswatch: Free themes for Bootstrap
Customizable Changes are contained in just two SASS files, enabling further customization and ensuring forward compatibility.
bootswatch.com
HTML header에 아래와 같이 적용한다.