#!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright 2007 Artistanbul # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. from django.conf import settings def testing(request): return {'TESTING': settings.TESTING}