21 lines
468 B
Python
21 lines
468 B
Python
# Generated by Django 5.1.4 on 2025-01-09 09:57
|
|
|
|
import inventory.models
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('inventory', '0008_alter_notes_options_alter_notification_options_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelManagers(
|
|
name='staff',
|
|
managers=[
|
|
('objects', inventory.models.StaffUserManager()),
|
|
],
|
|
),
|
|
]
|