Fix seed script

This commit is contained in:
richard-dds 2018-08-31 16:04:27 -04:00
parent bd3aad47d7
commit 908623a307

View File

@ -37,7 +37,8 @@ def seed_db():
Projects.create(
workspace=workspace,
name="First Project",
description="This is our first project."
description="This is our first project.",
environment_names=["dev", "staging", "prod"]
)