0.0.4
AuthApp add
This commit is contained in:
18
AuthApp/migrations/0002_alter_userprofile_city.py
Normal file
18
AuthApp/migrations/0002_alter_userprofile_city.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.2 on 2023-06-20 14:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('AuthApp', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='userprofile',
|
||||
name='city',
|
||||
field=models.CharField(blank=True, max_length=250, null=True, verbose_name='Город'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user