참고 사이트 템플릿 상속, url 관리하기 https://integer-ji.tistory.com/95 static 파일 설정 https://integer-ji.tistory.com/109 media 파일 설정 이미지 파일 저장하기 https://integer-ji.tistory.com/110 오늘 사용한 App myApp 사용한 명령어 python manage.py collectstatic 생성한 파일 & 폴더 myApp/static - 폴더 생성 myApp/static/default.png - 파일 추가 myApp/static/delete.png - 파일 추가 myApp/static/detail.png - 파일 추가 myApp/static/like_after.png - 파일 추가 myApp/stati..