migrate in django

$ python manage.py migrate
The migrate command looks at all your available models and creates tables in your database for whichever tables don’t already exist, as well as optionally providing much richer schema control.

No comments:

Post a Comment