home
~
projects
~
socials
Use Null and Blank For Empty IntegerField Fields In Django
number_in_series = models.IntegerField(null=True, blank=True)
-- end of line --