Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit edde95d

Browse files
update readme
1 parent c266a82 commit edde95d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎days/049-selenium/README.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ As we have only one day for this miscellaneous topic, watching the videos should
44

55
In this lesson we will test [PyBites My Reading List](https://pybitesbooks.com) Django app.
66

7-
If you want to follow along with my code, consider [creating an account](https://pybitesbooks.com/accounts/register/) and setting your username and password in an `.env` file (make sure you hide this file from version control!).
7+
If you want to follow along with my code, [create a PyBites Books account](https://pybitesbooks.com/accounts/register/) and set your username and password in an `.env` file:
88

99
```
1010
$ cp .env-template .env
1111
12-
# set USERNAME and PASSWORD variables to yours
12+
# Open the .env file and fill out USERNAME and PASSWORD with your new PyBites Books credentials.
1313
```
1414

15+
These two env variables get loaded in by the script.
16+
1517
The starter code can be found in the [start subdirectory](start), the final code is [here](final).
1618

1719
---

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /