From 056bb41e9e0aa8f6cbbc574e04e84bc95379c9d2 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 21 Sep 2018 14:02:51 -0400 Subject: [PATCH] Rename the old seed script to seed_sample.py --- README.md | 2 +- script/{seed.py => seed_sample.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename script/{seed.py => seed_sample.py} (100%) 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