On rajoute les champs « études passées » et « expériences »
This commit is contained in:
parent
9d78764e06
commit
de57c09ed0
3 changed files with 24 additions and 1 deletions
23
fiches/migrations/0010_auto_20210128_1027.py
Normal file
23
fiches/migrations/0010_auto_20210128_1027.py
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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'),
|
||||
),
|
||||
]
|
Binary file not shown.
|
@ -8,7 +8,7 @@ msgstr ""
|
|||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-01-28 00:03+0000\n"
|
||||
"PO-Revision-Date: 2021-02-04 21:28+0100\n"
|
||||
"PO-Revision-Date: 2021-02-04 23:49+0100\n"
|
||||
"Last-Translator: Tom Hubrecht <tom.hubrecht@ens.fr>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: en\n"
|
||||
|
|
Loading…
Reference in a new issue