How-to articles, tricks, and solutions about DJANGO-ADMIN
What is the difference between null=True and blank=True in Django?
In Django, null=True and blank=True are both used to specify options for fields in a model.