2022-02-17 19:27:05 +00:00
|
|
|
# Generated by Django 3.2.12 on 2022-02-17 19:26
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2022-02-17 19:31:52 +00:00
|
|
|
("bookwyrm", "0136_auto_20220217_1708"),
|
2022-02-17 19:27:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterField(
|
2022-02-17 19:31:52 +00:00
|
|
|
model_name="sitesettings",
|
|
|
|
name="allow_registration",
|
2022-02-17 19:27:05 +00:00
|
|
|
field=models.BooleanField(default=False),
|
|
|
|
),
|
|
|
|
]
|