Wtf migration blocking me

This commit is contained in:
Antoine Bartuccio 2017-08-22 16:03:24 +02:00
parent 62b59f92fd
commit c83a990165
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('counter', '0014_auto_20170817_1537'),
('counter', '0014_auto_20170816_1521'),
]
operations = [
]