19 lines
462 B
Python
19 lines
462 B
Python
# Generated by Django 2.0.3 on 2018-06-25 01:15
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('nalodeni', '0023_appuser_ts_for_ldap_sync'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='appregemail',
|
|
name='data_consent',
|
|
field=models.BooleanField(default=False, verbose_name='Souhlasím se zpracováním os. údajů.'),
|
|
),
|
|
]
|