mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:49:31 +00:00
renamed django app folder to backend
This commit is contained in:
7
backend/task/__init__.py
Normal file
7
backend/task/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""start celery app"""
|
||||
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from task.celery import app as celery_app
|
||||
|
||||
__all__ = ("celery_app",)
|
||||
Reference in New Issue
Block a user