21 lines
469 B
Python
21 lines
469 B
Python
# Generated by Django 2.2.7 on 2019-12-01 11:34
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0033_userspermission'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='UsersPermission',
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='profile',
|
|
options={'permissions': [('agency_change', 'Agenturinformationen verändern')]},
|
|
),
|
|
]
|