Skip to content

Commit 4fda80a

Browse files
authored
Merge pull request DjangoGirls#1220 from hjwp/another-debug-tip
Add debugging tip re: missing settings file.
2 parents ccbbe64 + 0d770bd commit 4fda80a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

en/deploy/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,11 @@ Your site should now be live on the public Internet! Click through to the Pytho
203203
## Debugging tips
204204

205205

206-
If you see an error while running the `pa_autoconfigure_django.py` script, there are a couple of common causes:
206+
If you see an error while running the `pa_autoconfigure_django.py` script, here are a few common causes:
207207

208-
- Forgetting to create your API token.
208+
- Forgetting to create your PythonAnywhere API token.
209209
- Making a mistake in your GitHub URL
210+
- If you see an error saying *"Could not find your settings.py"*, it's probably because you didn't manage to add all your files to Git, and/or you didn't push them up to GitHub successfully. Have another look at the Git section above
210211

211212

212213
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.

0 commit comments

Comments
 (0)