first commit

This commit is contained in:
2026-01-18 11:29:19 +03:30
commit b42c80cf1c
354 changed files with 14705 additions and 0 deletions

8
cron_for_code.py Normal file
View File

@@ -0,0 +1,8 @@
import os
import django
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "RSI.settings")
django.setup()
from app.views import update_product_date_cron
update_product_date_cron()