1_auto.py 221 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    operations = [
10
        migrations.RunPython(migrations.RunPython.noop)
11
    ]