MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Squash migrations #627

Open ddabble opened 1 year ago

ddabble commented 1 year ago

This can be done once every few years, after enough of them has been added for each app. This pretty much only has the effect of reducing file clutter, and making it slightly faster to run tests that rely on the database (most of the tests) - especially while running the code in debug mode.

See the Django docs for squashing migrations.