django It is impossible to add a non-nullable field 'gateway' to order without specifying a default. This is because the database needs something to populate existing rows. Please select a fix
new_field = models.CharField(max_length=140, default='SOME STRING')