Skip to content

Commit

Permalink
Merge pull request #194 from loic/gitignore
Browse files Browse the repository at this point in the history
Removed confusing comment.
  • Loading branch information
olasitarska committed Nov 16, 2014
2 parents d11a843 + fab5c6f commit 53c2789
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ Create `.gitignore` file with the following content:

and save it. The dot on the beginning of the file name is important! As you can see, we're now telling Heroku to ignore `local_settings.py` and don't download it, so it's only available on your computer (locally).

__NOTE:__ Remember to replace `myvenv` with the name you gave your `virtualenv`!

Next, we’ll create a new git repository and save our changes. Go to your console and run these commands:

$ git init
Expand Down

0 comments on commit 53c2789

Please sign in to comment.