init commit

This commit is contained in:
2025-06-13 21:10:20 +09:00
commit d52c611afb
269 changed files with 37162 additions and 0 deletions

5
lottery/entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# Запускаем бота в фоне
python3 manage.py runbot &
# Запускаем веб-сервер
python3 manage.py runserver 0.0.0.0:8000