Skip to content
Lauren Lavoie edited this page Sep 18, 2015 · 2 revisions

When changing schema:

  • Change your models (in models.py).
  • Run python manage.py makemigrations dothings to create migrations for those changes
  • Run python manage.py migrate to apply those changes to the database.
Clone this wiki locally