We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292ddf9 commit 6b02916Copy full SHA for 6b02916
README.md
@@ -142,8 +142,10 @@ Both example applications utilise the env variables described in [Configuration]
142
143
### Django:
144
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`
+1. Change directories to the Django project:
+`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`
149
150
### Plugins ###
151
0 commit comments