со временем в модель пришлось добавить поле email = models.EmailField()
Теперь когда пишу makemigrations надо выбрать
You are trying to add a non-nullable field 'email' to reviews without a default; we can't do that (the database needs something to populate existing rows).
Please select a fix:
1) Provide a one-off default now (will be set on all existing rows with a null value for this column)
2) Quit, and let me add a default in
models.pyЧто делать?