aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorVladimir Gorej2012-09-17 15:04:01 +0200
committerVladimir Gorej2012-09-17 15:04:01 +0200
commite5091447bc204d730be7129be575516ab1acef91 (patch)
tree2c3b36110b5f2f0c71f191647dde1bfdb2305fe1 /README.rst
parent5e37d36d5b8a241d458d54fa300ff3b7bfed8f5f (diff)
downloaddjango-brevisurl-1.0.tar.bz2
Fixes for version 1.01.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 7d9af20..b0db92c 100644
--- a/README.rst
+++ b/README.rst
@@ -73,10 +73,6 @@ Configuration
# Protocol for local backend.
BREVISURL_LOCAL_BACKEND_DOMAIN_PROTOCOL = getattr(settings, 'BREVISURL_LOCAL_BACKEND_DOMAIN_PROTOCOL', 'http')
- # Do we need slash in newly generated token url ?
- BREVISURL_LOCAL_BACKEND_STRIP_TOKEN_URL_SLASH = getattr(settings, 'BREVISURL_LOCAL_BACKEND_STRIP_TOKEN_URL_SLASH', False)
-
-
**Append brevisurl url patterns to your urls.py at the end of module, if you're using local backend**