added files and other stuff

This commit is contained in:
Alexander Schulz
2024-08-30 17:53:44 +02:00
parent 144263cf8c
commit 4ee5f645e4
136 changed files with 32073 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 5.1 on 2024-08-30 15:29
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('post', '0004_alter_post_author'),
]
operations = [
migrations.RemoveField(
model_name='post',
name='author',
),
]