8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-19 20:53:09 +00:00
re2o/machines/migrations/0087_merge_20180624_1648.py

17 lines
340 B
Python
Raw Normal View History

2018-06-24 21:49:35 +00:00
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-06-24 21:48
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('machines', '0086_auto_20180624_1254'),
('machines', '0082_auto_20180525_2209'),
]
operations = [
]