This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| # Generated by Django 1.10.5 on 2017-02-07 12:13 | |
| from __future__ import unicode_literals | |
| import django.contrib.postgres.fields.jsonb | |
| from django.db import migrations, models | |
| def load_testfunnels_from_fixture(apps, schema_editor): | |
| from django.core.management import call_command |
NewerOlder