Difference between Null and Blank in Django Model
Mar 12, 2022 · 2 min read · In Django, many of us have some confusion between these two fields in a model Null and Blank, in short: Null is related to a database. Blank is related to an HTML form. When we set: null=True which means that we inform our database that we can st...
Join discussion




