ajout fichiers manquant

This commit is contained in:
Ambulance Clerc
2022-03-04 18:47:24 +01:00
parent 2e92cb8cf4
commit aa5b7f9254
170 changed files with 554027 additions and 1 deletions

View File

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