Skip to content

Commit 53c2789

Browse files
committed
Merge pull request DjangoGirls#194 from loic/gitignore
Removed confusing comment.
2 parents d11a843 + fab5c6f commit 53c2789

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deploy/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ Create `.gitignore` file with the following content:
131131

132132
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).
133133

134-
__NOTE:__ Remember to replace `myvenv` with the name you gave your `virtualenv`!
135-
136134
Next, we’ll create a new git repository and save our changes. Go to your console and run these commands:
137135

138136
$ git init

0 commit comments

Comments
 (0)