Skip to content

Commit 903b775

Browse files
committed
correction
1 parent 818b37e commit 903b775

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/10-The-Client-Demonstration/02-Troubleshoot-the-Development-Environment.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,11 @@
171171
1. Navigate to the directory `/opt/caleston-code/mercuryProject`
172172
1. Next, run the command `python3 manage.py runserver 0.0.0.0:8000`
173173

174-
Note:- Make sure to activate the virtual environment using source `../venv/bin/activate` within the current project before executing `python3 manage.py migrate`.
174+
Note:- Make sure to activate the virtual environment using `source ../venv/bin/activate` within the current project before executing `python3 manage.py migrate`.
175175

176176
If you've followed all the above steps, you should still be in directory `/opt/caleston-code/mercuryProject`
177177
178-
Start the app as directed and verify it works, then `CTRL-C` to exit.
179-
180-
Now run the migration. Note that the venv directory is not beneath the current directory as the question suggests. It is actually in the *parent* directory, hence `../venv` below.
178+
Run the migration.
181179
182180
```bash
183181
source ../venv/bin/activate

0 commit comments

Comments
 (0)