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

17 lines
329 B
Python
Raw Normal View History

2018-07-01 16:53:41 +00:00
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-07-01 16:52
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('preferences', '0035_reminder'),
('preferences', '0038_mailcontact'),
]
operations = [
]