aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/users/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/users/tasks.py')
-rw-r--r--alphabetlearning/users/tasks.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/alphabetlearning/users/tasks.py b/alphabetlearning/users/tasks.py
deleted file mode 100644
index ca51cd7..0000000
--- a/alphabetlearning/users/tasks.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from celery import shared_task
-
-from .models import User
-
-
-@shared_task()
-def get_users_count():
- """A pointless Celery task to demonstrate usage."""
- return User.objects.count()