carga
carga
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 4.0.5 on 2022-07-24 00:49
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('autenticacion', '0006_alter_perfil_cuatrimestre'),
|
||||
('universidad', '0002_ncuatrimestre'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Ncuatrimestre',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='asignatura',
|
||||
name='cuatri',
|
||||
field=models.CharField(choices=[('0', '0'), ('1', '1'), ('2', '2'), ('3', '3'), ('4', '4'), ('5', '5'), ('6', '6'), ('7', '7'), ('8', '8'), ('9', '9'), ('10', '10')], default=0, max_length=2, verbose_name='Cuatrimestre'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user