Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Django Markdown Blog + Durable Objects + R2

Deploy to Cloudflare

A blog built with Django on Cloudflare Python Workers, using Durable Objects for database storage and R2 for image storage.

Local setup

Install uv, then install the project dependencies and start the Worker:

uv sync
uv run pywrangler dev

Open http://localhost:8787/. Wrangler provisions the configured Durable Object locally and simulates the IMAGES R2 binding.

Remote setup and deployment

Create an R2 bucket, update the IMAGES bucket name in wrangler.jsonc, and deploy:

uv run pywrangler deploy