2021-01-17 16:20:49 -05:00
|
|
|
# Generated by Django 3.0.7 on 2021-01-17 21:06
|
2021-01-14 02:02:56 -05:00
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
('bookwyrm', '0015_auto_20201128_0734'),
|
2021-01-18 22:59:40 -05:00
|
|
|
('bookwyrm', '0037_auto_20210118_1954'),
|
2021-01-14 02:02:56 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
]
|