Move and rename a lot of stuff into kaehmy app
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11 on 2018-01-25 22:31
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('webapp', '0037_auto_20180125_2131'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='TelegramChannel',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='CustomKaehmyRole',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='KaehmyForm',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='KaehmyMessage',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='MessageParent',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='PresetKaehmyRole',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user