Initial commit

This commit is contained in:
2026-01-16 09:26:04 +08:00
parent 00a3d3cdcb
commit f98b896d51
104 changed files with 8425 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 3.0.5 on 2020-05-15 04:46
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('hospital', '0001_initial'),
]
operations = [
migrations.DeleteModel(
name='TeacherExtra',
),
]