diff options
| author | Vladimir Gorej | 2012-09-17 15:04:01 +0200 |
|---|---|---|
| committer | Vladimir Gorej | 2012-09-17 15:04:01 +0200 |
| commit | e5091447bc204d730be7129be575516ab1acef91 (patch) | |
| tree | 2c3b36110b5f2f0c71f191647dde1bfdb2305fe1 /README.rst | |
| parent | 5e37d36d5b8a241d458d54fa300ff3b7bfed8f5f (diff) | |
| download | django-brevisurl-1.0.tar.bz2 | |
Fixes for version 1.01.0
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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** |
