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...
sirkif.com2 min read
No responses yet.