Commit 5872bbee authored by Vladislav Savchenkov's avatar Vladislav Savchenkov

Change db.

parent 7f2fa4d3
# Generated by Django 3.2 on 2024-06-20 12:47
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('articles', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='article',
name='category',
field=models.CharField(max_length=25, verbose_name='Category'),
),
]
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment