Add data to database
eleanorstrib opened this issue · 1 comments
eleanorstrib commented
ISSUE
Need to create a way to import data into application database.
REQUIREMENTS
- Convert db file to json
- Create a fixtures file
- Load data to db as a fixture
- Test
UAT
Data added to the database, visible in admin
eleanorstrib commented
Completed