22 lines
442 B
Python
22 lines
442 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2017-10-31 14:56
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("infoscreen", "0005_auto_20170913_1841"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="HSLDataModel",
|
|
),
|
|
migrations.DeleteModel(
|
|
name="HslInfoItem",
|
|
),
|
|
]
|