2016-12-25 02:02:22 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
2018-10-06 12:35:49 +02:00
|
|
|
dependencies = [("gestioncof", "0008_py3")]
|
2016-12-25 02:02:22 +01:00
|
|
|
|
2018-10-06 12:35:49 +02:00
|
|
|
operations = [migrations.DeleteModel(name="Clipper")]
|