MANIFEST.in
README.md
setup.py
django_toosimple_q/__init__.py
django_toosimple_q/admin.py
django_toosimple_q/apps.py
django_toosimple_q/decorators.py
django_toosimple_q/logging.py
django_toosimple_q/models.py
django_toosimple_q/registry.py
django_toosimple_q/schedule.py
django_toosimple_q/task.py
django_toosimple_q.egg-info/PKG-INFO
django_toosimple_q.egg-info/SOURCES.txt
django_toosimple_q.egg-info/dependency_links.txt
django_toosimple_q.egg-info/not-zip-safe
django_toosimple_q.egg-info/requires.txt
django_toosimple_q.egg-info/top_level.txt
django_toosimple_q/contrib/__init__.py
django_toosimple_q/contrib/mail/__init__.py
django_toosimple_q/contrib/mail/backend.py
django_toosimple_q/contrib/mail/tasks.py
django_toosimple_q/contrib/mail/tests.py
django_toosimple_q/management/__init__.py
django_toosimple_q/management/commands/__init__.py
django_toosimple_q/management/commands/worker.py
django_toosimple_q/migrations/0001_initial.py
django_toosimple_q/migrations/0002_auto_20191101_1838.py
django_toosimple_q/migrations/0003_task_queue.py
django_toosimple_q/migrations/0004_auto_20200507_1339.py
django_toosimple_q/migrations/0005_auto_20210302_1748.py
django_toosimple_q/migrations/0006_task_replacement.py
django_toosimple_q/migrations/0007_schedule_datetime_kwarg.py
django_toosimple_q/migrations/0008_auto_20210902_2111.py
django_toosimple_q/migrations/0009_auto_20210902_2245.py
django_toosimple_q/migrations/0010_auto_20220324_0419.py
django_toosimple_q/migrations/0011_workerstatus.py
django_toosimple_q/migrations/__init__.py
django_toosimple_q/templates/toosimpleq/schedule.html
django_toosimple_q/templates/toosimpleq/task.html
django_toosimple_q/tests/__init__.py
django_toosimple_q/tests/base.py
django_toosimple_q/tests/settings.py
django_toosimple_q/tests/tests_admin.py
django_toosimple_q/tests/tests_concurrency.py
django_toosimple_q/tests/tests_schedules.py
django_toosimple_q/tests/tests_tasks.py
django_toosimple_q/tests/tests_worker.py
django_toosimple_q/tests/urls.py
django_toosimple_q/tests/utils.py
django_toosimple_q/tests/concurrency/__init__.py
django_toosimple_q/tests/concurrency/settings.py
django_toosimple_q/tests/concurrency/tasks.py