12 lines
155 B
Python
12 lines
155 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from django.db import migrations
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
]
|
|
|
|
operations = [
|
|
]
|