2017-10-27 03:00:33 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
2018-10-06 12:35:49 +02:00
|
|
|
dependencies = [("kfet", "0061_add_perms_config")]
|
2017-10-27 03:00:33 +02:00
|
|
|
|
2018-10-06 12:35:49 +02:00
|
|
|
operations = [migrations.DeleteModel(name="GlobalPermissions")]
|