changeset 35:bcf76102c923

Removed the APPEND_SLASH=False setting from settings.py, in hopes that it's already fixed in Django trunk or will be soon.
author Atul Varma <varmaa@toolness.com>
date Thu, 28 Feb 2008 17:02:32 -0800
parents f83712466fe6
children d65b749fe547
files PersonasBackend/settings.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/PersonasBackend/settings.py	Thu Feb 28 17:01:15 2008 -0800
+++ b/PersonasBackend/settings.py	Thu Feb 28 17:02:32 2008 -0800
@@ -87,7 +87,3 @@
     'django.contrib.admin',
     'PersonasBackend.personas',
 )
-
-# This is to get around this bug when running the site via
-# FastCGI: http://code.djangoproject.com/ticket/3414
-APPEND_SLASH = False