Django 상호 작용 명령의 일반적인 문제 및 해결 방법

548 단어 django
Tracking file by folder pattern:  migrations
You are trying to add a non-nullable field 'slug' to category without a default; we can't do that (the database needs something to populate existing rows).
Please select a fix:
 1) Provide a one-off default now (will be set on all existing rows)
 2) Quit, and let me add a default in models.py
Select an option: 

트리거 명령:makemigrations APP 이름
명령 역할:업데이트 생성 마이그레이션 데이터 테이블
해결 방법: '(빈 문자열) 을 입력하면 slug 필드를 빈 문자열로 채우는 것을 의미합니다.
 
 
 

좋은 웹페이지 즐겨찾기