python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
DjangoQ fails in bitbucket pipeline
I am creating a scheduled task with DjangoQ and to register it I have this code on my apps.py:
from django.apps import AppConfig
class ShiftsConfig(AppConfig):
name = 'shifts'
def ready(self)...

Kimor
Votes: 0
Answers: 1
Mock async_task of Django-q
I'm using django-q and I'm currently working on adding tests using mock for my existing tasks. I could easily create tests for each task without depending on django-q but one of my task is calling ano...
ronil.rufo
Votes: 0
Answers: 1