A Django template for Render
Caution
This project is currently under development, don't deploy if you this notice
Warning
Render Workflows does not support Blueprint, you will have to follow the documented steps to register your Workflow worker.
This is a sample Django project that demonstrates the use of Render technologies inside of the Django context. In particular it seeks to demonstrate:
- Settings for development and deployment into Render
- Workflow Tasks accessing the Django ORM
- A Django management command that can trigger the worker
We also include:
- A minimal
blueprintto deploy this project to Render - Instructions for running the project locally