biocompute-objects / portal_userdb

1 stars 1 forks source link

Implement Django Fixtures for Testing DBs #94

Closed HadleyKing closed 1 year ago

HadleyKing commented 1 year ago

We need a consistent set of data to be easily loaded into initial DBs for testing and development. See: https://docs.djangoproject.com/en/4.2/howto/initial-data/#:~:text=A%20fixture%20is%20a%20collection,the%20manage.py%20dumpdata%20command.