22 lines
498 B
Python
22 lines
498 B
Python
|
# Generated by Django 5.1.4 on 2024-12-12 16:14
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
(
|
||
|
"doorcontrol",
|
||
|
"0003_attributeschedulerule_name_flagschedulerule_name_and_more",
|
||
|
),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="door",
|
||
|
options={
|
||
|
"permissions": [("assign_nfc_card", "Assign NFC cards to members.")]
|
||
|
},
|
||
|
),
|
||
|
]
|