From 7d3f8ede185d4f0d6616b76c974612e9865da4c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 14 Aug 2011 22:48:09 -0300 Subject: [PATCH] Mention URL names prefix in doc. Refs gh-115 --- README.rst | 2 ++ doc/configuration.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index e2b3f08..8532673 100644 --- a/README.rst +++ b/README.rst @@ -198,6 +198,8 @@ Configuration ... ) + All ``django-social-auth`` URLs names have ``socialauth_`` prefix. + - Define context processors if needed:: TEMPLATE_CONTEXT_PROCESSORS = ( diff --git a/doc/configuration.rst b/doc/configuration.rst index 714183f..6c3b8f3 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -107,6 +107,8 @@ Configuration ... ) + All ``django-social-auth`` URLs names have ``socialauth_`` prefix. + - Define context processors if needed:: TEMPLATE_CONTEXT_PROCESSORS = ( -- 2.39.5