mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-15 21:31:26 +00:00
13 lines
318 B
Python
13 lines
318 B
Python
# Generated by Django 3.2.16 on 2022-12-19 20:20
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("bookwyrm", "0167_sitesettings_import_size_limit"),
|
|
("bookwyrm", "0170_merge_0168_auto_20221205_2331_0169_auto_20221206_0902"),
|
|
]
|
|
|
|
operations = []
|