Skip to content

Commit 47b5030

Browse files
authored
Split long sentence about initial restart.
1 parent b5f9907 commit 47b5030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/chromebook_setup/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ 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), but 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 (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.
145145

146146
### Virtual Environment
147147

0 commit comments

Comments
 (0)