17 lines
295 B
Python
17 lines
295 B
Python
![]() |
# Generated by Django 3.2.9 on 2021-11-19 03:50
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('App', '0002_auto_20211119_0020'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='Estudiante',
|
||
|
),
|
||
|
]
|