Move and rename a lot of stuff into kaehmy app

This commit is contained in:
Jan Tuomi
2018-01-26 01:15:35 +02:00
parent 06c2a2b9a6
commit f0ea3505e4
36 changed files with 640 additions and 439 deletions
@@ -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',
),
]