Update DOC.md

This commit is contained in:
Juan Ignacio Fiorentino 2016-01-19 17:46:15 -03:00
parent 73ece1bf64
commit 02d957c85f

2
DOC.md
View file

@ -296,7 +296,7 @@ REQUIRED. Used to log the user in. [Read more in Django docs](https://docs.djang
`str`. Default is `/accounts/login/`.
##### OIDC_AFTER_USERLOGIN_HOOK
OPTIONAL. Provide a way to plug into the process after the user has logged in, typically to perform some business logic.
OPTIONAL. A string with the location of your function. Provide a way to plug into the process after the user has logged in, typically to perform some business logic.
Default is:
```python