ajout fichiers manquant
This commit is contained in:
18
collabs/migrations/0013_alter_collabs_hour_dtdate.py
Normal file
18
collabs/migrations/0013_alter_collabs_hour_dtdate.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0 on 2022-02-16 12:31
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('collabs', '0012_collabs_hour_dtdate_alter_collabs_hour_bnoticed'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='collabs_hour',
|
||||
name='dtDate',
|
||||
field=models.DateTimeField(auto_now_add=True, verbose_name='Date'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user