]> git.parisson.com Git - django-social-auth.git/commitdiff
Mention URL names prefix in doc. Refs gh-115
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 15 Aug 2011 01:48:09 +0000 (22:48 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 15 Aug 2011 01:48:09 +0000 (22:48 -0300)
README.rst
doc/configuration.rst

index e2b3f085047b3c6bcfbb69b9590be0dcf852ac0a..853267311a643b1c54d52377b9b9c0c94d7b6bb9 100644 (file)
@@ -198,6 +198,8 @@ Configuration
         ...
     )
 
+  All ``django-social-auth`` URLs names have ``socialauth_`` prefix.
+
 - Define context processors if needed::
 
     TEMPLATE_CONTEXT_PROCESSORS = (
index 714183f405539d2c36333d1a2be59a335b24c89d..6c3b8f3ac92b5334c3e31b887b0a6b4ee200cf8e 100644 (file)
@@ -107,6 +107,8 @@ Configuration
         ...
     )
 
+  All ``django-social-auth`` URLs names have ``socialauth_`` prefix.
+
 - Define context processors if needed::
 
     TEMPLATE_CONTEXT_PROCESSORS = (