From 8a437e899a342be4e1bf3207f31a7abb81479e3e Mon Sep 17 00:00:00 2001 From: John Giannelos Date: Fri, 17 Mar 2017 14:47:46 +0200 Subject: [PATCH] Fix wsgi issue. --- wsgi/playdoh.wsgi | 1 - 1 file changed, 1 deletion(-) diff --git a/wsgi/playdoh.wsgi b/wsgi/playdoh.wsgi index ebebe434..af692f46 100644 --- a/wsgi/playdoh.wsgi +++ b/wsgi/playdoh.wsgi @@ -14,7 +14,6 @@ if newrelic: newrelic = False os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mozillians.settings') -os.environ.setdefault('CELERY_LOADER', 'django') # Add `mozillians` to the python path wsgidir = os.path.dirname(__file__)