Update DOC.md
This commit is contained in:
parent
4af8c0554e
commit
4e9a364fc7
1 changed files with 1 additions and 1 deletions
2
DOC.md
2
DOC.md
|
@ -225,7 +225,7 @@ If you want to test the provider without getting to deep into this topics you ca
|
|||
|
||||
Create a user with: ``python manage.py createsuperuser``.
|
||||
|
||||
And then create a Client with django shell: ``python manage.py shell``.
|
||||
And then create a Client with django shell: ``python manage.py shell``. Or use Django admin if you have it enabled.
|
||||
|
||||
```python
|
||||
>>> from oidc_provider.models import Client
|
||||
|
|
Loading…
Reference in a new issue