Skip to content

Commit 6b02916

Browse files
committed
Changed README instructions to instruct the user to run the Django project from within the folder itself, so it will have appropiate permissions
1 parent 292ddf9 commit 6b02916

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ Both example applications utilise the env variables described in [Configuration]
142142

143143
### Django:
144144

145-
1. Apply migrations before the first start by running: `python examples/yoti_example_django/manage.py migrate`
146-
1. Run: `python examples/yoti_example_django/manage.py runserver 0.0.0.0:5000`
145+
1. Change directories to the Django project:
146+
`cd examples/yoti_example_django`
147+
2. Apply migrations before the first start by running: `python manage.py migrate`
148+
3. Run: `python manage.py runserver 0.0.0.0:5000`
147149

148150
### Plugins ###
149151

0 commit comments

Comments
 (0)