Added TG bot

This commit is contained in:
Ultradesu
2025-08-15 04:02:22 +03:00
parent 402e4d84fc
commit 36f9e495b5
52 changed files with 6376 additions and 2081 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.1.7 on 2025-08-15 00:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('vpn', '0025_user_telegram_first_name_user_telegram_last_name_and_more'),
]
operations = [
migrations.AlterModelOptions(
name='subscriptiongroup',
options={'ordering': ['name'], 'verbose_name': 'XRay-core', 'verbose_name_plural': 'XRay-core'},
),
]