Metadata-Version: 2.4
Name: z4j-django
Version: 2026.4.0a1
Summary: z4j Django framework adapter (Apache 2.0)
Project-URL: Homepage, https://z4j.com
Project-URL: Source, https://github.com/z4jdev/z4j
Project-URL: Documentation, https://z4j.com/docs
Project-URL: Issues, https://github.com/z4jdev/z4j/issues
Project-URL: Changelog, https://github.com/z4jdev/z4j/blob/main/CHANGELOG.md
Author: z4j contributors
License: Apache-2.0
License-File: LICENSE
Keywords: celery,django,task,z4j
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: django>=5.2
Requires-Dist: z4j-bare
Requires-Dist: z4j-core
Description-Content-Type: text/markdown

# z4j-django

**License:** Apache 2.0
**Status:** Phase 1 scaffolding — not yet implemented.

Django framework adapter for z4j. Add `"z4j_django"` to your
`INSTALLED_APPS` and set a `Z4J` settings dict — the agent boots
automatically on Django startup.

See [`docs/ADAPTER.md §3`](../../docs/ADAPTER.md) for the full
user-facing integration guide.
