# -*- coding: utf-8 -*- # Generated by Django 1.11.6 on 2017-11-20 12:37 from __future__ import unicode_literals from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('access', '0010_teacher'), ] operations = [ migrations.DeleteModel( name='Teacher', ), ]