Merge branch 'develop' into contribution-admin

This commit is contained in:
AMStrix 2019-02-07 09:36:01 -06:00 committed by GitHub
commit 8be5e099f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -87,7 +87,12 @@ For a full migration command reference, run `flask db --help`.
To create a proposal, run
flask create_proposal "FUNDING_REQUIRED" 1 123 "My Awesome Proposal" "### Hi! I have a great proposal"
flask create-proposal "FUNDING_REQUIRED" 1 123 "My Awesome Proposal" "### Hi! I have a great proposal"
To seed many proposals, run
flask create-proposals <number_of_proposals:int>
## S3 Storage Setup