Skip to content

Commit 9e88871

Browse files
committed
Fixing rebase issues
1 parent 9f3f2a6 commit 9e88871

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

hackathon/tasks.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ def send_email_from_template(user_email, user_name, hackathon_display_name, temp
4242
"Please create it on the Django Admin Panel"))
4343
except SMTPException:
4444
logger.exception("There was an issue sending the email.")
45-
def log_user_numbers():
46-
users = User.objects.count()
47-
logger.info(f'Number of users currently: {users}')
48-
return
4945

5046

5147
@shared_task

main/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"django_celery_beat",
3939
"django_celery_results",
4040
"crispy_forms",
41-
"django_celery_results",
4241
"easy_select2",
4342

4443
# custom apps

0 commit comments

Comments
 (0)