Skip to content

Commit 1dd6126

Browse files
authored
Reminder how to open files in code editor
Participants got confused and expected to open the editor and files from the command line. I suggest adding a note reminding them to treat the file like any other :)
1 parent fdf52b4 commit 1dd6126

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

en/django_start_project/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ Let's ignore the other files for now as we won't change them. The only thing to
7171

7272
## Changing settings
7373

74-
Let's make some changes in `mysite/settings.py`. Open the file using the code editor you installed earlier.
74+
Let's make some changes in `mysite/settings.py`. Open the file using the code editor you installed earlier.
75+
76+
> **Note**: Keep in mind that `settings.py` is a regular file, like any other. You can open it from inside the editor, using the "open -> select file". Alternatively, you can do this by navigating to the djangogirls folder on your desktop and right-clicking on the file. Select your code editor from the list. Selecting the editor is important as you might have other programs installed that can open the file.
7577
7678
It would be nice to have the correct time on our website. Go to [Wikipedia's list of time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) and copy your relevant time zone (TZ) (e.g. `Europe/Berlin`).
7779

0 commit comments

Comments
 (0)