2016-12-22 20:59:38 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
2018-10-06 12:35:49 +02:00
|
|
|
dependencies = [("gestioncof", "0009_delete_clipper")]
|
2016-12-22 20:59:38 +01:00
|
|
|
|
2018-10-06 12:35:49 +02:00
|
|
|
operations = [migrations.DeleteModel(name="CustomMail")]
|