Skip to content

Commit

Permalink
Updated readme to include CELERY_BROKER_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekPednekar84 committed Jan 30, 2020
1 parent 74f6ec7 commit d01c03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is my personal portfolio site developed using Flask and Sass with a little
1. Clone the repository - `git clone https://github.com/AbhishekPednekar84/personal-portfolio`
2. Create and activate a virtual rnvironment
3. Install dependencies - `python -m pip install -r requirements.txt`
4. Create a **.env** file (refer to the **.env.example** file) containing the Flask `SECRET_KEY`, `SQLALCHEMY_DATABASE_URI`, `EMAIL_USER`, `EMAIL_PASS` and `EMAIL_RECIPIENT` values.
4. Create a **.env** file (refer to the **.env.example** file) containing the Flask `SECRET_KEY`, `SQLALCHEMY_DATABASE_URI`, `EMAIL_USER`, `EMAIL_PASS`, `EMAIL_RECIPIENT` and `CELERY_BROKER_URL` values.
5. To discover and run unit tests - `python -m unittest discover tests`
6. To evaluate code coverage - `coverage run -m tests.test_app`
7. To run a coverage report - `coverage report -m`
Expand Down

0 comments on commit d01c03d

Please sign in to comment.