Checked departments using admin

parent ab4e56f6
# Generated by Django 3.2.12 on 2022-03-30 17:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('homepage', '0002_auto_20220330_1805'),
]
operations = [
migrations.RenameField(
model_name='widgetuser',
old_name='id_name',
new_name='id_num',
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment