Add merge migration 0056_merge.py

This commit is contained in:
PCoder 2019-07-18 08:56:54 +05:30
parent 82a03ece74
commit 9b798b4376

View file

@ -0,0 +1,16 @@
# -*- 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 = [
]