Divulge script/seed in the README

This commit is contained in:
richard-dds 2018-09-05 16:45:53 -04:00
parent ed2029533f
commit 50d11368af

View File

@ -104,6 +104,13 @@ For example `/login-dev?username=amanda`.
In development mode, there is a `DEV Login` button available on the home page
that will automatically log you in as Amanda.
### Seeding the database
We have a helper script that will seed the database with requests, workspaces and
projects for all of the test users:
`pipenv run python script/seed.py`
## Testing
Tests require a test database: