diff --git a/README.md b/README.md index e6c6f1c3..bd646be0 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ that will automatically log you in as Amanda. 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` +`pipenv run python script/seed_sample.py` ## Testing diff --git a/script/seed.py b/script/seed_sample.py similarity index 100% rename from script/seed.py rename to script/seed_sample.py