Skip to content

Commit 5d1ca45

Browse files
echarrodzarembas
authored andcommitted
Updated Django README: added extra step for running tests, and corrected URL callback
1 parent 5ca3afc commit 5d1ca45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/django_yoti/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ urlpatterns = [
154154

155155
### Yoti application configuration ###
156156

157-
Your Yoti application's callback URL should point to `your_site.com/yoti/auth`.
157+
Your Yoti application's callback URL should point to `your_site.com/auth`.
158158

159159
## Using plugin ##
160160

@@ -209,4 +209,4 @@ will be redirected to an endpoint, provided by the `YOTI_LOGIN_VIEW` setting.
209209

210210
## Tests ##
211211

212-
To run unit tests just type: `python django_yoti/runtests.py`
212+
To run unit tests (after running `python setup.py develop`), type: `python django_yoti/runtests.py`

0 commit comments

Comments
 (0)