The first steps or whatever

balls
This commit is contained in:
some weird guy
2023-02-08 18:33:16 -08:00
parent ce4cb37a41
commit ecd8d3b1b7
214 changed files with 22899 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Generated by Django 3.2.3 on 2022-09-03 21:00
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('ban', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='usersban',
name='reason',
field=models.CharField(blank=True, max_length=1024, null=True),
),
]