[fix] Fixed requirements and migrations

This commit is contained in:
ITQ
2024-04-01 00:06:05 +03:00
parent 04d4e83d1f
commit bf715ceb02
3 changed files with 4 additions and 4 deletions
@@ -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="дата создания"),
+1 -1
View File
@@ -1,6 +1,6 @@
black
sort-requirements
ruff==0.3.4
django-debug-toolbar==4.3.0
-r prod.txt
-r test.txt
+1 -1
View File
@@ -1 +1 @@
django-debug-toolbar==4.3.0
-r prod.txt