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,17 @@
# Generated by Django 4.2.16 on 2024-10-24 21:05
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("posts", "0004_post_forum_link"),
]
operations = [
migrations.RemoveField(
model_name="post",
name="date",
),
]