Skip to content

Commit 8b3f36c

Browse files
bcopydas-g
andauthored
Break down steps
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent 6efebe8 commit 8b3f36c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

en/chromebook_setup/instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ LOGGING = {
141141
```
142142
This will create a `debug.log` file detailing Django operations and any error messages that might come up, making it much easier to fix if your website does not work.
143143

144-
The initial restarting of the Glitch project should fail (if you click on the top dropdown button `Show` then click on `In a New Window`, you will receive a `DisallowedHost` error message). Do not worry about it at this stage, the tutorial will fix this as soon as you update the Django settings of your project in the `mysite/settings.py` file.
144+
The initial restarting of the Glitch project should fail.
145+
(If you click on the top dropdown button `Show` then click on `In a New Window`, you will receive a `DisallowedHost` error message.)
146+
Do not worry about it at this stage, the tutorial will fix this as soon as you update the Django settings of your project in the `mysite/settings.py` file.
145147

146148
### Virtual Environment
147149

0 commit comments

Comments
 (0)