Skip to content

Commit

Permalink
Add seeder and unseeder instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexgodoroja authored Mar 8, 2023
1 parent f989882 commit 4d226ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ $ python3 manage.py migrate
```

Seed the development database with:
- clear data and seed with fresh data:
```python manage.py seed --mode=refresh```
- clear data and sand don't seed the database:
```python manage.py seed --mode=clear```

```
$ python3 manage.py seed
Expand Down

0 comments on commit 4d226ca

Please sign in to comment.