16 lines
337 B
Python
16 lines
337 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.4 on 2019-07-18 03:26
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('hosting', '0055_auto_20190701_1614'),
|
|
('hosting', '0053_auto_20190415_1952'),
|
|
]
|
|
|
|
operations = [
|
|
]
|