Skip to content

Commit eea3104

Browse files
bcopydas-g
andauthored
Remove extraneous back ticks
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent a75da2a commit eea3104

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
@@ -139,7 +139,7 @@ LOGGING = {
139139
},
140140
}
141141
```
142-
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.
142+
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

144144
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

0 commit comments

Comments
 (0)