carga
carga
This commit is contained in:
18
autenticacion/migrations/0004_alter_perfil_cuatrimestre.py
Normal file
18
autenticacion/migrations/0004_alter_perfil_cuatrimestre.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0.5 on 2022-07-23 23:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('autenticacion', '0003_perfil_key_alter_perfil_tipo'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='perfil',
|
||||
name='cuatrimestre',
|
||||
field=models.IntegerField(default=0, verbose_name='Cuatrimestre'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user