This repository represents an ongoing effort to adapt a Django project (django-cf
) for deployment via Cloudflare Pages and optionally Cloudflare Workers. While the static assets build and deploy correctly, full support for Python-based Workers (including Django runtime) is currently not available on Cloudflare’s platform.
- ✅ Static files successfully built via
collectstatic
- ❌ Cloudflare Workers cannot deploy Django runtime (
wsgi.py
) due to unsupported Python package dependencies - 📦
requirements.txt
andcf-requirements.txt
are used in local builds only