Django-Styleguide
Django-Styleguide copied to clipboard
Add a couple of paragraphs about migrations
trafficstars
Some of the stuff we do internally:
- Try to avoid data migrations (but for some cases it's OK)
- Don't use migrations for seeding
- Squashing migrations from time to time