Skip to content

Commit

Permalink
Fixes #312 : Added solution for ModuleNotFoundError (#427)
Browse files Browse the repository at this point in the history
* Added solution for ModuleNotFoundError

Signed-off-by: Pushpit <[email protected]>
  • Loading branch information
Pushpit07 authored Apr 5, 2021
1 parent 942e1ae commit f254b0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ compose. For this you need to have the following installed.
Use ``sudo docker-compose up`` to start VulnerableCode. Then access
VulnerableCode at http://localhost:8000/ or at http://127.0.0.1:8000/

**Important**: Don't forget to run ``sudo docker-compose up -d --no-deps --build web`` to sync your instance after every ``git pull``.


Use ``sudo docker-compose exec web bash`` to access the VulnerableCode
container. From here you can access ``manage.py`` and run management commands
to import data as specified below.
Expand Down

0 comments on commit f254b0d

Please sign in to comment.