Déplace le choix de la promo dans le formulaire
This commit is contained in:
parent
7ca7f7298a
commit
f70eacfc37
4 changed files with 45 additions and 13 deletions
18
kfet/migrations/0079_auto_20210627_0022.py
Normal file
18
kfet/migrations/0079_auto_20210627_0022.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 2.2.17 on 2021-06-26 22:22
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("kfet", "0078_negative_end"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="account",
|
||||
name="promo",
|
||||
field=models.IntegerField(null=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue