From 4e9a364fc72b1fcdc30e4708be6c429a205a1142 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 8 Jan 2016 00:38:36 -0300 Subject: [PATCH] Update DOC.md --- DOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOC.md b/DOC.md index 1b8ac6e..ddf2a2d 100644 --- a/DOC.md +++ b/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