22 lines
493 B
Python
22 lines
493 B
Python
# Generated by Django 2.2.7 on 2019-12-01 10:30
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0023_auto_20191201_1118'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='agency',
|
|
options={},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='profile',
|
|
options={'permissions': [('agency_change', 'Agenturinformationen verändern')]},
|
|
),
|
|
]
|