From de3da208ee779d8286ba4e68a5a0e16b7b78b122 Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Thu, 26 May 2016 17:05:16 -0300 Subject: [PATCH] Update docs. --- docs/sections/installation.rst | 1 - docs/sections/settings.rst | 16 +++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/sections/installation.rst b/docs/sections/installation.rst index a223691..3c4f811 100644 --- a/docs/sections/installation.rst +++ b/docs/sections/installation.rst @@ -46,5 +46,4 @@ Generate server RSA key and run migrations (if you don't):: Add required variables to your project settings:: - SITE_URL = 'http://localhost:8000' LOGIN_URL = '/accounts/login/' diff --git a/docs/sections/settings.rst b/docs/sections/settings.rst index 23f295b..ebae75b 100644 --- a/docs/sections/settings.rst +++ b/docs/sections/settings.rst @@ -5,13 +5,6 @@ Settings Customize your provider so fit your project needs. -SITE_URL -======== - -REQUIRED. ``str``. The OP server url. - -For example ``http://localhost:8000``. - LOGIN_URL ========= @@ -19,6 +12,15 @@ REQUIRED. ``str``. Used to log the user in. `Read more in Django docs