Sith/counter/migrations/0015_merge.py

15 lines
292 B
Python
Raw Normal View History

2017-08-22 14:03:24 +00:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
2018-10-04 19:29:19 +00:00
("counter", "0014_auto_20170817_1537"),
("counter", "0014_auto_20170816_1521"),
2017-08-22 14:03:24 +00:00
]
2018-10-04 19:29:19 +00:00
operations = []