mirror of
https://github.com/Hopiu/django.git
synced 2026-05-14 02:23:09 +00:00
8 lines
167 B
Python
8 lines
167 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
operations = []
|