18 lines
393 B
Python
18 lines
393 B
Python
# Generated by Django 2.2.7 on 2019-12-01 12:08
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0035_auto_20191201_1307'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='profile',
|
|
options={'permissions': [('agency_change', 'Agenturinformationen verändern')]},
|
|
),
|
|
]
|