MAKENTNU / web

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

Move the default machine type list out from the `0015_machinetype.py` migration #628

Open ddabble opened 1 year ago

ddabble commented 1 year ago

Having it in the migration is both non-standard practice, and makes it practically difficult to reference in other parts of the code, like in tests (hence the # See the `0015_machinetype.py` migration for which MachineTypes are created by default comments).

The list could e.g. be moved to one of the following: