mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-21 21:59:27 +00:00
Basic upgrade to all base packages, Django, Celery and others.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from django.conf import settings
|
||||
import logging
|
||||
from datetime import datetime, timedelta
|
||||
from celery.decorators import task
|
||||
|
||||
from celery.task import task
|
||||
|
||||
from hr.utils import blacklist_values
|
||||
from django.contrib.auth.models import User
|
||||
from django.core.mail import send_mail
|
||||
|
||||
Reference in New Issue
Block a user