initial commit

This commit is contained in:
2024-12-17 13:07:06 -08:00
commit 3a3382ffff
183 changed files with 186691 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.1.4 on 2024-12-15 01:47
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('hub', '0004_remove_message_hub_hubchannel'),
]
operations = [
migrations.RemoveField(
model_name='hubchannel',
name='hub',
),
]