diff --git a/tutorials/run-django-app-on-webhosting-or-managed-server/01.en.md b/tutorials/run-django-app-on-webhosting-or-managed-server/01.en.md index 49fbebaf9..9220cefaf 100644 --- a/tutorials/run-django-app-on-webhosting-or-managed-server/01.en.md +++ b/tutorials/run-django-app-on-webhosting-or-managed-server/01.en.md @@ -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: