Files
shopback/core/__init__.py
Beyhan Oğur d9f1ea341e first commit
2026-04-26 22:27:56 +03:00

6 lines
145 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Celery app'i import et, böylece Django başladığında her zaman yüklenir
from .celery import app as celery_app
__all__ = ('celery_app',)