Add merge migration 0056_merge.py
This commit is contained in:
parent
82a03ece74
commit
9b798b4376
1 changed files with 16 additions and 0 deletions
16
hosting/migrations/0056_merge.py
Normal file
16
hosting/migrations/0056_merge.py
Normal 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 = [
|
||||
]
|
Loading…
Add table
Reference in a new issue