Calen Pennington
|
2714da86a4
|
Always import task packages by absolute paths
This follows the recommendation in the Celery documentation so as to
not confuse automatic task name generation.
Docs: https://docs.celeryproject.org/en/stable/userguide/tasks.html#automatic-naming-and-relative-imports
|
2020-10-08 14:10:17 -04:00 |
|
Aarif
|
98af9ce418
|
remove useless-supression warnings
|
2020-05-01 19:42:15 +05:00 |
|
Awais Jibran
|
465d864c77
|
Adds settings for celery task auto discovery
|
2020-04-23 12:52:16 +05:00 |
|
Feanil Patel
|
6e3fe00fff
|
Fix all E303 pep8 errors.
|
2019-12-30 12:25:38 -05:00 |
|
Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
arbisoft
|
6c39ec43be
|
Fixing python-modernize issues.
|
2019-07-16 12:34:28 +05:00 |
|
Troy Sankey
|
3be0fa81b8
|
Move verify_student signal registration to ready()
|
2017-10-26 13:57:52 -04:00 |
|