2020-09-17 16:02:52 -04:00
|
|
|
# Generated by Django 3.0.7 on 2020-08-10 20:10
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2020-09-21 11:10:37 -04:00
|
|
|
('bookwyrm', '0044_siteinvite_user'),
|
|
|
|
('bookwyrm', '0042_auto_20200524_0346'),
|
2020-09-17 16:02:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
]
|