Sith/counter/migrations/0015_merge.py

13 lines
259 B
Python
Raw Normal View History

2017-08-22 14:03:24 +00:00
from __future__ import unicode_literals
2024-06-24 11:07:36 +00:00
from django.db import migrations
2017-08-22 14:03:24 +00:00
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 = []