mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-05 00:21:46 +00:00
13 lines
271 B
Python
13 lines
271 B
Python
# Generated by Django 3.2.4 on 2021-09-12 00:44
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("bookwyrm", "0095_auto_20210911_2053"),
|
|
("bookwyrm", "0095_merge_20210911_2143"),
|
|
]
|
|
|
|
operations = []
|