25 lines
585 B
Python
25 lines
585 B
Python
|
# Generated by Django 4.0.2 on 2022-03-11 20:28
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("paperwork", "0003_alter_certificationversion_id"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="certification",
|
||
|
options={
|
||
|
"permissions": [
|
||
|
(
|
||
|
"receive_certification_emails",
|
||
|
"Receives notifications of all new certifications",
|
||
|
)
|
||
|
]
|
||
|
},
|
||
|
),
|
||
|
]
|