From f9990d8b345b698363887494ff3801b7e92a62a8 Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Wed, 5 Oct 2016 14:18:38 -0300 Subject: [PATCH] Fix docs. --- docs/sections/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/installation.rst b/docs/sections/installation.rst index 59b5e10..53db3ed 100644 --- a/docs/sections/installation.rst +++ b/docs/sections/installation.rst @@ -41,8 +41,8 @@ Add the provider urls:: Generate server RSA key and run migrations (if you don't):: - $ python manage.py creatersakey $ python manage.py migrate + $ python manage.py creatersakey Add required variables to your project settings::