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: en/django_start_project/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
@@ -50,14 +50,16 @@ Let's ignore the other files for now - we won't change them. The only thing to r
50
50
51
51
Let's make some changes in `mysite/settings.py`. Open the file using the code editor you installed earlier.
52
52
53
-
It would be nice to have the correct time on our website. Go to http://en.wikipedia.org/wiki/List_of_tz_database_time_zones and copy your relevant time zone (TZ). (eg. `Europe/Berlin` )
53
+
It would be nice to have the correct time on our website. Go to the [wikipedia timezones list](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones) and copy your relevant time zone (TZ). (eg. `Europe/Berlin` )
54
54
55
-
You should find lines that contains `TIME_ZONE` and modify it to choose your own timezone (here's a full [list of timezones](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones))
55
+
In settings.py, find the line that contains `TIME_ZONE` and modify it to choose your own timezone:
0 commit comments