first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:20:45 +03:00
commit d50f14bcb1
681 changed files with 65020 additions and 0 deletions

5
core/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# 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',)