From 50d11368afd8f7848d39b4681308c86aade8c36e Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 5 Sep 2018 16:45:53 -0400 Subject: [PATCH] Divulge script/seed in the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 18744a33..e6c6f1c3 100644 --- a/README.md +++ b/README.md @@ -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: