1. 데이터 베이스 생성
python manage.py migrate

2. 앱 데이터 베이스 적용
python manage.py makemigrations {app_name}
python manage.py migrate

3. 슈퍼 유저 생성
python manage.py createsuperuser


+ Recent posts