19 lines
455 B
Python
19 lines
455 B
Python
# Generated by Django 3.1.3 on 2021-02-06 09:05
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rapids', '0011_auto_20210205_1056'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='rapid',
|
|
name='open_access',
|
|
field=models.BooleanField(default=True, help_text='If a question should be freely available to browse'),
|
|
),
|
|
]
|