migrations
This commit is contained in:
parent
3545df1839
commit
a50b481781
17
backend/users_app/migrations/0002_alter_users_options.py
Normal file
17
backend/users_app/migrations/0002_alter_users_options.py
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Generated by Django 4.2.4 on 2023-08-17 05:02
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('users_app', '0001_initial'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterModelOptions(
|
||||||
|
name='users',
|
||||||
|
options={'verbose_name_plural': 'Users'},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user