Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 카카오 로그인
- Django
- AWS
- liunx
- Object.freeze()
- CloudFront
- 전역스타일
- e.preventDefault()
- 롤
- riotapi
- Python
- s3
- styled-component
- 배포
- mysqlclient
- ci/cd
- code-server
- e.stopPropagation()
- GlobalStyle
- 자바스크립트
- requests
- Github Actions
- 리액트
- typeorm
- Recoil
- nestjs
- route53
- ACM
- docker
- React
Archives
- Today
- Total
목록분류 전체보기 (32)
군붕이의 메모장

디렉토리 구조 ├─django_noobgg │ └─__pycache__ ├─static │ └─summonor │ ├─css │ └─js ├─summonor │ ├─migrations │ │ └─__pycache__ │ └─__pycache__ └─templates └─summonor settings.py import os # static 폴더의 최상위 URL 경로 - noob.gg/static/ STATIC_URL = '/static/' # static 파일이 위치한 경로를 지정 STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ] index.html {% load static %} Welcome to Noob.GG script.js let h1 = do..
웹 개발/백엔드
2021. 2. 21. 11:21