Sith/counter/migrations/0015_merge.py

14 lines
291 B
Python
Raw Normal View History

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