2020-12-12 12:38:05 -05:00
|
|
|
# Generated by Django 3.0.7 on 2020-12-12 17:37
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-03-08 11:49:10 -05:00
|
|
|
("bookwyrm", "0020_auto_20201208_0213"),
|
|
|
|
("bookwyrm", "0016_auto_20201211_2026"),
|
2020-12-12 12:38:05 -05:00
|
|
|
]
|
|
|
|
|
2021-03-08 11:49:10 -05:00
|
|
|
operations = []
|