second commit

This commit is contained in:
2026-04-13 23:14:05 +02:00
parent 1c031ebf63
commit e08597fc72
125 changed files with 26221 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from .celerymodule import appc as celery_app
__all__ = ('celery_app',)
__version__ = "0.1"
default_app_config = 'home.apps.HomeConfig'