Stripped personal data from development repository
Samo Penic
2019-02-20 83c3f647c35477564b77cbc5b36d37d793d5442a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 2.1.3 on 2018-11-21 21:29
 
from django.db import migrations, models
 
 
class Migration(migrations.Migration):
 
    dependencies = [
        ('organization', '0001_initial'),
    ]
 
    operations = [
        migrations.AddField(
            model_name='subject',
            name='default_no_kvizekov',
            field=models.IntegerField(default=0),
        ),
    ]