17 lines
339 B
Python
17 lines
339 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2017-10-11 17:33
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('webapp', '0020_kaehmyform_phone_number'),
|
|
('webapp', '0020_auto_20171011_2020'),
|
|
]
|
|
|
|
operations = [
|
|
]
|