mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-17 13:46:35 +00:00
13 lines
262 B
Python
13 lines
262 B
Python
# Generated by Django 3.0.7 on 2020-11-28 00:07
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("bookwyrm", "0013_book_origin_id"),
|
|
("bookwyrm", "0012_progressupdate"),
|
|
]
|
|
|
|
operations = []
|