Bogdanp/django_dramatiq

Executable name for Dramatiq on Windows is "dramatiq.exe"

Open

#109 opened on Jun 23, 2021

 (4 comments) (1 reaction) (0 assignees)Python (86 forks)github user discovery
help wanted

Repository metrics

Stars
 (384 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The _resolve_executable method in django_dramatiq/management/commands/rundramatiq.py will find venv\Scripts\dramatiq, but on Windows it needs to find venv\Scripts\dramatiq.exe

Can we update the code in: https://github.com/Bogdanp/django_dramatiq/commit/4c70775bbdd7b4a6844afeec48ddb58d3bb7275d

Contributor guide