Commit 846d6d6d authored by Agu Syquia's avatar Agu Syquia

Migrations and Data population

title says all
parent 16ff9c8e
# Generated by Django 3.2 on 2023-03-28 07:59
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('bookshelf', '0002_alter_books_blurb'),
]
operations = [
migrations.AlterField(
model_name='books',
name='year_published',
field=models.IntegerField(default=2000),
),
]
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