new type field for Library/Software/eLit, finetuning mail conditions
parent
af767b9d08
commit
7ab8c956b1
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.1.1 on 2020-10-19 09:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('input', '0012_auto_20201007_0754'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='library',
|
||||
name='type',
|
||||
field=models.CharField(choices=[('LIB', 'Bibliotheksstipendium'), ('ELIT', 'eLiteraturstipendium'), ('SOFT', 'Softwarestipendium')], default='LIB', max_length=4),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue