custom questions

This commit is contained in:
Orage Pika
2022-03-07 18:49:59 +01:00
parent 723ec8d461
commit 5fbb5c655b
14 changed files with 152 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
# Generated by Django 3.2.12 on 2022-03-04 23:15
import bookwyrm.models.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0145_user_question'),
]
operations = [
migrations.AlterField(
model_name='user',
name='question',
field=bookwyrm.models.fields.TextField(blank=True, max_length=500, verbose_name='question'),
),
]