first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:23:47 +03:00
commit 3de0ca1fb5
167 changed files with 5068 additions and 0 deletions

5
core/__init__.py Normal file
View 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',)