Skip to content

Instantly share code, notes, and snippets.

@xxGus
Created April 16, 2021 23:41
Show Gist options
  • Save xxGus/7a42111d463dd610fa23a99748314d15 to your computer and use it in GitHub Desktop.
Save xxGus/7a42111d463dd610fa23a99748314d15 to your computer and use it in GitHub Desktop.
Django tips
Changing models
- Change your models (in models.py).
- Run python manage.py makemigrations to create migrations for those changes
- Run python manage.py migrate to apply those changes to the database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment