19 lines
423 B
Python
19 lines
423 B
Python
# Generated by Django 3.2.9 on 2022-10-06 10:51
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rog', '0033_alter_templocation_sub_loc_id'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='customuser',
|
|
name='email',
|
|
field=models.CharField(max_length=255, verbose_name='user name'),
|
|
),
|
|
]
|