avancé de dev
This commit is contained in:
18
collabs/migrations/0006_alter_collabs_hour_username.py
Normal file
18
collabs/migrations/0006_alter_collabs_hour_username.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0 on 2022-01-31 17:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('collabs', '0005_remove_collabs_hour_collaborateur_collabs_hour_user'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='collabs_hour',
|
||||
name='userName',
|
||||
field=models.CharField(max_length=100, verbose_name='auteur'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user