Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
rithik committed Dec 10, 2017
1 parent 59f288f commit 250c2f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Add necessary code to your project. All CSS, JS and image files should be added

## Things to remember

### You should not share your `secret.py` file with anyone.
### Do not change the `manage.py` file.
### You should not commit your database file to GitHub.
### The `Procfile` is necessary if you are deploying to Heroku.
### Change the `runtime.txt` file to the appropriate version of Python.
### You should not need to change the `database.py` file.
### If you need additional libraries not included in the `requirements.txt` file, you may use the command `pip install <LIBRARY NAME>`. Once this is done, use the command `pip freeze > requirement.txt` to overwrite the existing `requirements.txt` file.
#### You should not share your `secret.py` file with anyone.
#### Do not change the `manage.py` file.
#### You should not commit your database file to GitHub.
#### The `Procfile` is necessary if you are deploying to Heroku.
#### Change the `runtime.txt` file to the appropriate version of Python.
#### You should not need to change the `database.py` file.
#### If you need additional libraries not included in the `requirements.txt` file, you may use the command `pip install <LIBRARY NAME>`. Once this is done, use the command `pip freeze > requirement.txt` to overwrite the existing `requirements.txt` file.

0 comments on commit 250c2f7

Please sign in to comment.