Supprime fichier en trop
This commit is contained in:
parent
c8a6f0eaeb
commit
05bced9a5b
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
# Generated by Django 2.2.17 on 2021-01-28 10:27
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('fiches', '0009_auto_20210128_0019'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='profile',
|
|
||||||
name='experiences',
|
|
||||||
field=models.TextField(blank=True, verbose_name='expériences'),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='profile',
|
|
||||||
name='past_studies',
|
|
||||||
field=models.TextField(blank=True, verbose_name='études passées'),
|
|
||||||
),
|
|
||||||
]
|
|
Loading…
Reference in a new issue