parent
0f3face083
commit
dc47455cf1
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||||
|
# Generated by Django 2.0.2 on 2018-02-12 07:50 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('user', '0007_auto_20180207_0808'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterModelOptions( |
||||||
|
name='user', |
||||||
|
options={'ordering': ('-date_joined',), 'verbose_name': 'user', 'verbose_name_plural': 'users'}, |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue