From: Matías Aguirre Date: Mon, 15 Aug 2011 01:48:09 +0000 (-0300) Subject: Mention URL names prefix in doc. Refs gh-115 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7d3f8ede185d4f0d6616b76c974612e9865da4c4;p=django-social-auth.git Mention URL names prefix in doc. Refs gh-115 --- 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 = (