[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="дата создания"),
|
||||
|
||||
@@ -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 @@
|
||||
django-debug-toolbar==4.3.0
|
||||
-r prod.txt
|
||||
|
||||
Reference in New Issue
Block a user