feature/tests #18

Merged
s470631 merged 8 commits from feature/tests into master 2021-12-12 23:36:29 +01:00
Showing only changes of commit 660b9fb612 - Show all commits

View File

@ -0,0 +1,18 @@
# Generated by Django 3.2.9 on 2021-12-12 22:27
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('questions', '0002_question_points'),
]
operations = [
migrations.AlterField(
model_name='question',
name='description',
field=models.CharField(max_length=200),
),
]