Skip to content

Commit fa7d65e

Browse files
committed
Make web tab clickable
1 parent ec222cb commit fa7d65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ We're all done! Hit the big green **Reload** button and you'll be able to go vi
293293

294294
## Debugging tips
295295

296-
If you see an error when you try to visit your site, the first place to look for some debugging info is in your **error log** -- you'll find a link to this on the PythonAnywhere Web tab. See if there are any error messages in there; the most recent ones are at the bottom. Common problems include:
296+
If you see an error when you try to visit your site, the first place to look for some debugging info is in your **error log** -- you'll find a link to this on the PythonAnywhere [Web tab](https://www.pythonanywhere.com/web_app_setup/). See if there are any error messages in there; the most recent ones are at the bottom. Common problems include:
297297

298298
- Forgetting one of the steps we did in the console: creating the virtualenv, activating it, installing Django into it, running collectstatic, migrating the database
299299

0 commit comments

Comments
 (0)