Skip to content

seedinvest/django-celery-signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-celery-signal

INSTALL

I have added a setup.py and will add this to pypi when I get a have added tests.

USAGE

change:

from django import dispatch
my_signal = dispatch.Signal(
    providing_args=["arg1", "arg2", "arg3"]
)

to

from django_celery_signal.models import CeleryASyncSignal
my_signal = CeleryASyncSignal(
    providing_args=["arg1", "arg2", "arg3"]
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages