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

11
cron_for_city.py Normal file
View File

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