Skip to content
Snippets Groups Projects
Commit 8999e846 authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Migrations

parent 923a8cbb
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.0.8 on 2021-04-25 13:39
import datetime
from django.db import migrations, models
from django.utils.timezone import utc
class Migration(migrations.Migration):
dependencies = [
('home', '0004_auto_20210424_1735'),
]
operations = [
migrations.AlterField(
model_name='interludesslot',
name='start',
field=models.DateTimeField(default=datetime.datetime(2021, 5, 8, 11, 0, tzinfo=utc), verbose_name='début'),
preserve_default=False,
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment