top of page

Error :: non-nullable field

  • 작성자 사진: Soojin Woo
    Soojin Woo
  • 2019년 11월 8일
  • 1분 분량

Error message: You are trying to add a non-nullable field


Q. How can I solve this Error?

A. I was able to solve this problem by adding 'blank=True'.


Before correction)

models.py

After correction)

models.py

Comentarios


SUBSCRIBE VIA EMAIL

  • Youtube
bottom of page