First Commit

This commit is contained in:
mrtoine 2025-09-12 11:11:44 +02:00
commit ce0758fbbb
496 changed files with 52062 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 4.2.17 on 2024-12-23 16:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('posts', '0007_post_post_parent'),
]
operations = [
migrations.AlterField(
model_name='post',
name='post_parent',
field=models.IntegerField(default=0),
),
]