Skip to content
Snippets Groups Projects
Verified Commit 87bb772c authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add migration

parent cd94541a
No related branches found
No related tags found
1 merge request!207Resolve "Roles and permissions"
Pipeline #1456 failed
# Generated by Django 3.0.5 on 2020-04-18 12:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0022_group_types'),
]
operations = [
migrations.AlterModelOptions(
name='person',
options={'ordering': ['last_name', 'first_name'], 'permissions': (('view_address', 'Can view address'), ('view_contact_details', 'Can view contact details'), ('view_photo', 'Can view photo')), 'verbose_name': 'Person', 'verbose_name_plural': 'Persons'},
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment