dynamicweb/hosting/migrations/0056_merge.py

17 lines
337 B
Python
Raw Normal View History

2019-07-18 03:26:54 +00:00
# -*- 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 = [
]