Enhance environment variable handling, add Celery configuration, and implement device expiration notification tasks
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# myproject/__init__.py
|
||||
from .celery import app as celery_app
|
||||
|
||||
__all__ = ("celery_app",)
|
||||
|
||||
Reference in New Issue
Block a user