AUTHORS
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
django_apscheduler/__init__.py
django_apscheduler/admin.py
django_apscheduler/apps.py
django_apscheduler/jobstores.py
django_apscheduler/models.py
django_apscheduler/util.py
django_apscheduler.egg-info/PKG-INFO
django_apscheduler.egg-info/SOURCES.txt
django_apscheduler.egg-info/dependency_links.txt
django_apscheduler.egg-info/not-zip-safe
django_apscheduler.egg-info/requires.txt
django_apscheduler.egg-info/top_level.txt
django_apscheduler/migrations/0001_initial.py
django_apscheduler/migrations/0002_auto_20180412_0758.py
django_apscheduler/migrations/0003_auto_20200716_1632.py
django_apscheduler/migrations/0004_auto_20200717_1043.py
django_apscheduler/migrations/0005_migrate_name_to_id.py
django_apscheduler/migrations/0006_remove_djangojob_name.py
django_apscheduler/migrations/0007_auto_20200717_1404.py
django_apscheduler/migrations/0008_remove_djangojobexecution_started.py
django_apscheduler/migrations/0009_djangojobexecution_unique_job_executions.py
django_apscheduler/migrations/__init__.py
docs/changelog.md
docs/releasing.md
docs/screenshots/execution_overview.png
docs/screenshots/job_overview.png
docs/screenshots/run_now.png
tests/test_admin.py
tests/test_apscheduler_jobstore.py
tests/test_jobstores.py
tests/test_models.py
tests/test_util.py