Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 297 Bytes

django-tutorial

모델의 변경을 만들 세 단계의 지침

  • (models.py 에서) 모델을 변경함
  • $ python manage.py makemigrations 를 통해 변경사항에 대한 마이그레이션을 만듦
  • $ python manage.py migration 을 통해 변경사항을 데이터베이스에 적용