2021-01-20 02:53:42 -05:00
|
|
|
# Generated by Django 3.0.7 on 2021-01-20 07:53
|
2021-01-14 02:02:56 -05:00
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-03-08 11:49:10 -05:00
|
|
|
("bookwyrm", "0038_auto_20210119_1534"),
|
|
|
|
("bookwyrm", "0015_auto_20201128_0734"),
|
2021-01-14 02:02:56 -05:00
|
|
|
]
|
|
|
|
|
2021-03-08 11:49:10 -05:00
|
|
|
operations = []
|