You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/049-selenium/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@ As we have only one day for this miscellaneous topic, watching the videos should
4
4
5
5
In this lesson we will test [PyBites My Reading List](https://pybitesbooks.com) Django app.
6
6
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:
8
8
9
9
```
10
10
$ cp .env-template .env
11
11
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.
13
13
```
14
14
15
+
These two env variables get loaded in by the script.
16
+
15
17
The starter code can be found in the [start subdirectory](start), the final code is [here](final).
0 commit comments