MAKENTNU / web

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

Create fixtures or mock factories (for creating default database data) #555

Open ddabble opened 1 year ago

ddabble commented 1 year ago

[Originally created on the "Dev-Web" Trello board, by @ddabble on March 29, 2022]

The fixture file (usually JSON) can be loaded ("installed") or the mock factories can be run when creating a new database, so that developers don't have to spend time creating e.g. mock users, articles, tickets, etc.