first commit
This commit is contained in:
5
core/__init__.py
Normal file
5
core/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Bu dosya Django projesinin başlangıç noktasıdır.
|
||||
# Celery'yi Django ile entegre etmek için gerekli
|
||||
from .celery import app as celery_app
|
||||
|
||||
__all__ = ('celery_app',)
|
||||
Reference in New Issue
Block a user