Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
19 lines
420 B
Python
19 lines
420 B
Python
# Generated by Django 5.0.4 on 2024-11-01 23:15
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('home', '0016_content_item_author_content_item_author_url_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='content',
|
|
name='blocked',
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|