Compare commits
2 Commits
8462c66f72
...
d974bbd740
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d974bbd740 | ||
|
|
b9a6e2a95b |
@ -8,6 +8,7 @@ from django.db.models.signals import post_save, post_delete
|
|||||||
from django.dispatch import receiver
|
from django.dispatch import receiver
|
||||||
from django.core.cache import cache
|
from django.core.cache import cache
|
||||||
from .utils.email_notifications import send_callback_notification
|
from .utils.email_notifications import send_callback_notification
|
||||||
|
from django.utils.text import slugify
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user