8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-04 13:14:06 +00:00
re2o/machines/migrations/0093_merge_20180710_0226.py
2018-09-27 16:32:21 +02:00

17 lines
345 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-07-10 00:26
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('machines', '0092_auto_20180708_2018'),
('machines', '0083_remove_duplicate_rights'),
]
operations = [
]