Revision 49c0d427 snf-webproject/conf/10-snf-webproject-deploy.conf

b/snf-webproject/conf/10-snf-webproject-deploy.conf
24 24
## Set the url you want to redirect users to when they access the root path of 
25 25
## your site.
26 26
#WEBPROJECT_ROOT_REDIRECT = None
27
#
28
##When set to True, if the request URL does not match any of the patterns in the
29
##URLconf and it doesn't end in a slash, an HTTP redirect is issued to the same
30
##URL with a slash appended. Note that the redirect may cause any data submitted
31
##in a POST request to be lost. Due to the REST nature of most of the registered
32
##Synnefo endpoints we prefer to disable this behaviour by default.
33
#APPEND_SLASH = False

Also available in: Unified diff