From aa799636ca48df6de9604acd94a002535e262afb Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Tue, 26 Aug 2008 22:32:55 +0000 Subject: [PATCH] =?UTF-8?q?Desfeita=20modifica=C3=A7=C3=A3o=20por=20engano?= =?UTF-8?q?=20em=20r3312.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/urls.py b/sigi/urls.py index 81f9ba3..beb23fd 100644 --- a/sigi/urls.py +++ b/sigi/urls.py @@ -22,7 +22,7 @@ urlpatterns = patterns( (r'^(.*)', sites.default.root), ) -if not settings.DEBUG: +if settings.DEBUG: urlpatterns = patterns( '',