Sith/counter/migrations/0015_merge.py

13 lines
259 B
Python
Raw Normal View History

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