8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-02 07:52:23 +00:00
re2o/preferences/migrations/0036_auto_20180114_2141.py

19 lines
454 B
Python
Raw Normal View History

2018-01-15 00:06:08 +00:00
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-01-14 20:41
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [("preferences", "0035_auto_20180114_2132")]
2018-01-15 00:06:08 +00:00
operations = [
migrations.AlterField(
model_name="generaloption",
name="GTU",
field=models.FileField(default="", upload_to=""),
)
2018-01-15 00:06:08 +00:00
]