Metadata-Version: 2.1
Name: django-dkron
Version: 0.0.1
Summary: Manage and run jobs in Dkron from your django project
Home-page: https://github.com/surface-security/django-dkron
Author: PPB - InfoSec Engineering
Author-email: surface@paddypowerbetfair.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django (>=3.0)
Requires-Dist: django-logbasecommand (<1)
Requires-Dist: django-notification-sender (<1)
Requires-Dist: requests (<3,>2)
Requires-Dist: django-after-response (==0.2.2)

# django-dkron

Manage and run jobs in Dkron from your django project

## ToDo

* Make README useful!
* Make notifications dependency optional?
* Replace templates with core theme compatible ones (move these to surface).
* Document reverse proxy usage (for authentication) or create the JWT/oauth app (and recommend it from here).
* document WEBHOOK configuration (add to `urls.py`) as done in testapp.
* how to set DKRON_TOKEN.
* find any `FIXME`/`TODO` in code
* move all admin.py HTML to templates that can be overriden


