까먹을까봐 코드 정리1. 프로젝트 생성django-admin startproject my_first_pjt2. 해당 폴더 안쪽으로 이동cd my_first_pjtdjango 개발 서버 실행python manage.py runserver4. App 생성하기python manage.py startapp articles모든 토글을 열고 닫는 단축키Windows : Ctrl + alt + t Mac : ⌘ + ⌥ + t 새로고침F5저장- Windows: Ctrl + S- macOS: command + S전체선택- Windows: Ctrl + A- macOS: command + A잘라내기- Windows: Ctrl + X- macOS: command + X콘솔창 줄바꿈- shift + enter코드정렬- W..