Change time format
This commit is contained in:
parent
e2d02dae99
commit
d4c203c620
6 changed files with 70 additions and 2 deletions
18
chat_box/migrations/0004_auto_20200505_2336.py
Normal file
18
chat_box/migrations/0004_auto_20200505_2336.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 2.2.12 on 2020-05-05 16:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('chat_box', '0003_auto_20200505_2306'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='message',
|
||||
name='hidden',
|
||||
field=models.BooleanField(default=False, verbose_name='is hidden'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue