Results 3 issues of Sh4d

Using the Type keyword combined with an email address, the @ char is converted into an ò char.

from celery.execute import send_task from django.contrib import admin from djcelery import admin as djcelery_admin from djcelery.models import PeriodicTask import json class ExtendedPeriodicTaskAdmin(djcelery_admin.PeriodicTaskAdmin): actions = djcelery_admin.PeriodicTaskAdmin.actions + ['run_task'] ``` def run_task(self,...

=============== Full stacktrace follows: =============== Caused by java.lang.RuntimeException: Failed to init broadcaster: application context is probably not web application context!: Failed to init broadcaster: application context is probably not web...