From 821a8414f46eaeddda56b220d354a97a6f4fcf7d Mon Sep 17 00:00:00 2001 From: Pavel Kucherbaev Date: Sun, 26 Oct 2014 10:22:10 +0100 Subject: [PATCH] debug = False, redirect to info page after login --- crowdbox/settings.py | 2 +- website/templates/welcome.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdbox/settings.py b/crowdbox/settings.py index 17354c5..7cfccc4 100644 --- a/crowdbox/settings.py +++ b/crowdbox/settings.py @@ -37,7 +37,7 @@ # See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/ # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = True diff --git a/website/templates/welcome.html b/website/templates/welcome.html index 473530d..ddd5ff9 100644 --- a/website/templates/welcome.html +++ b/website/templates/welcome.html @@ -6,7 +6,7 @@

Make the crowd crop objects on images you want.

- + login via Dropbox