18 lines
442 B
Python
18 lines
442 B
Python
# Generated by Django 2.2.7 on 2019-12-01 14:55
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0036_auto_20191201_1308'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='profile',
|
|
options={'permissions': [('agency_change', 'Agenturinformationen verändern'), ('users_usermanagement', 'Benutzer bearbeiten')]},
|
|
),
|
|
]
|