9주차 과제 - TIL 정리

이서연·2023년 6월 8일
0

kakao map 만들기

app 폴더 밑 static
templates 앱이름이랑 같은 폴더 그안에 index
secret key : 보안
pip install django 장고 설치
python manage.py runserver : 실행

publishing

python -m venv 가상환경 만들기

static 프론트에서 가지고 있다가 뿌리는 것
icon, banner 그림 ex) 네이버 로고 고정된 것
css, images, js

template 밑 앱 폴더 밑에 html 생성
{% load statics %} : statics에 있는 것을 가져다 쓴다.

0개의 댓글