Add django command to populate the database with spreadsheet plant data
This commit is contained in:
parent
aa57c6e101
commit
299e609c25
5 changed files with 222 additions and 1 deletions
5
backend/.gitignore
vendored
5
backend/.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
*.pyc
|
||||
*.sqlite3
|
||||
__pycache__
|
||||
__pycache__
|
||||
|
||||
resources
|
||||
right_tree/api/data/fixtures/plants.json
|
Loading…
Add table
Add a link
Reference in a new issue