What is the difference between null=True and blank=True in Django?
Introduction:
These two arguments in a Django model field are used widely, but one is connected with Django and the other is connected to Django forms.
null=True :
Well null=True represents that at database level for any column in a database table, w...
blog.devjunction.in2 min read