Commands¶
makemigrations¶
Creates new migration(s) for apps.
All options are the same as for original makemigrations command from
django app.
migrate¶
Updates database schema. Manages both apps with migrations and those without.
All options are the same as for original migrate command from django
app.