Skip to content

Commit

Permalink
fix home path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderknerlein committed Dec 14, 2024
1 parent ff71107 commit 96d41c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ env -C "/usr/home/holu/djangoprojects" django-admin startproject example_com
Add all requesting domains to the `ALLOWED_HOSTS` variable to allow the access.

```bash
vim /home/holu/djangoprojects/example_com/example_com/settings.py
vim /usr/home/holu/djangoprojects/example_com/example_com/settings.py
```

Hit `i` to switch to "insert mode" and add all requesting domains:
Expand Down

0 comments on commit 96d41c9

Please sign in to comment.