Files
dj_beyhan/core/__init__.py
Beyhan Oğur 3de0ca1fb5 first commit
2026-04-26 22:23:47 +03:00

6 lines
172 B
Python
Raw Permalink 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.
# 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',)