added files and other stuff
This commit is contained in:
17
post/migrations/0007_remove_post_author.py
Normal file
17
post/migrations/0007_remove_post_author.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1 on 2024-08-30 15:31
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('post', '0006_post_author'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='post',
|
||||
name='author',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user