프로젝트 초기화 및 환경 설정 django-admin startproject diary + startapp note, accounts 가상환경(venv) 생성 및 의존성(django, djangorestframework, djangorestframework-simplejwt, django-cors-headers) 설치 settings.py에 앱 등록(note, accounts, rest_framework, rest_framework_sim...
mytoday.hashnode.dev1 min readNo responses yet.