Skip to content

Add missing step during web app setup #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/how-install-source-pythonanywhere.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,12 @@ You're shown a message saying `All done! Your web app is now set up. Details bel

* Click the URL next to **Source Code**. It is made editable. Make sure the end contains your URL followed by `/py4web` intead of `/mysite`.
Replace `your_username` in the following example with your PythonAnywhere username, and after typing in the correct values
**be sure to click the checkmark button** to confirm your changes:
**be sure to click the checkmark button** to confirm your changes. Then, do the same thing for **Working Directory**:

```
# 1. Replace your_username with your own PythonAnywhere username
# 2. Replace mysite with py4web
# 3. BE SURE to click the checkmark to confirm your change!
/home/your_username/py4web
Source code: /home/your_username/py4web

Working directory: /home/your_username/py4web
```

* Do the same for **Working directory**.
Expand Down