débug op view

This commit is contained in:
Ambulance Clerc
2022-07-29 17:47:18 +02:00
parent 895951b063
commit 52dbe120c8
41 changed files with 428 additions and 73 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 4.0 on 2022-01-31 17:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('collabs', '0003_remove_collabs_hour_collab'),
]
operations = [
migrations.RenameField(
model_name='collabs_hour',
old_name='user',
new_name='Collaborateur',
),
]