mirror of
https://github.com/Hopiu/django.git
synced 2026-05-13 10:03:09 +00:00
9 lines
219 B
Python
9 lines
219 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [('migrations', '0001_initial')]
|
|
operations = []
|