Compare commits

..

No commits in common. "d974bbd7403747cfa385764cec9329d05b48fd76" and "8462c66f72d1811c1439e8d5d4b2ca265f998972" have entirely different histories.

View File

@ -8,7 +8,6 @@ from django.db.models.signals import post_save, post_delete
from django.dispatch import receiver
from django.core.cache import cache
from .utils.email_notifications import send_callback_notification
from django.utils.text import slugify
logger = logging.getLogger(__name__)