mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-08 00:05:30 +00:00
13 lines
273 B
Python
13 lines
273 B
Python
# Generated by Django 3.0.7 on 2021-02-28 18:39
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("bookwyrm", "0046_reviewrating"),
|
|
("bookwyrm", "0046_sitesettings_privacy_policy"),
|
|
]
|
|
|
|
operations = []
|