2020-12-15 20:53:20 -05:00
|
|
|
# Generated by Django 3.0.7 on 2020-12-16 01:12
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-03-08 11:49:10 -05:00
|
|
|
("bookwyrm", "0017_auto_20201212_0059"),
|
|
|
|
("bookwyrm", "0022_auto_20201212_1744"),
|
2020-12-15 20:53:20 -05:00
|
|
|
]
|
|
|
|
|
2021-03-08 11:49:10 -05:00
|
|
|
operations = []
|