Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spokanetech/django_tasks_demo
Demo of Django Tasks: First-Party Django Background Workers
https://github.com/spokanetech/django_tasks_demo
django
Last synced: about 2 months ago
JSON representation
Demo of Django Tasks: First-Party Django Background Workers
- Host: GitHub
- URL: https://github.com/spokanetech/django_tasks_demo
- Owner: SpokaneTech
- Created: 2024-09-17T21:08:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:19:02.000Z (4 months ago)
- Last Synced: 2024-10-20T08:00:32.752Z (3 months ago)
- Topics: django
- Language: HTML
- Homepage: https://spokanetech.github.io/django_tasks_demo/slides.html
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Tasks: First-Party Django Background Workers
Say goodbye to Celery, Dramatiq, Huey and say hello to first-party Django background workers! In this meetup, we'll go over Django Enhancement Proposal 0014: Background Workers, recently accepted and coming in the future to a Django version near you!
_A presentation for the Spokane Go User Group: https://www.meetup.com/python-spokane/events/303110063/._
---
Sample integration of `django_tasks` in the [SpokaneTech_Py](https://github.com/SpokaneTech/SpokaneTech_Py) repo: https://github.com/SpokaneTech/SpokaneTech_Py/compare/main...joeriddles/django-tasks.
Slides available at https://spokanetech.github.io/django_tasks_demo/slides.html.