8000 django_dramatiq/examples/basic at master · Bogdanp/django_dramatiq · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Dramatiq Django Basic Exmple App

This is a Django app using django-dramatiq[redis] with the most basic setup.

Here you can find the settings, actor and sending data to the actor.

Run locally

Run the local project with Redis cd examples/basic && docker compose up -d and then python manage.py migrate && python manage.py runserver

0