[fix] Fixed requirements and migrations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.2.11 on 2024-03-31 15:06
|
||||
# Generated by Django 4.2.11 on 2024-03-31 19:42
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
@@ -27,7 +27,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
),
|
||||
("title", models.CharField(max_length=150, verbose_name="заголовок")),
|
||||
("content", models.TextField(null=True, verbose_name="содержание")),
|
||||
("content", models.TextField(verbose_name="содержание")),
|
||||
(
|
||||
"read",
|
||||
models.BooleanField(default=False, verbose_name="дата создания"),
|
||||
|
||||
Reference in New Issue
Block a user