Rework webapp models and add translation framework

This commit is contained in:
Ilkka Oksanen
2017-06-07 18:38:04 +03:00
parent b37d5f2f55
commit bd0522f79a
15 changed files with 359 additions and 28 deletions
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-06-01 16:19
from __future__ import unicode_literals
from django.db import migrations, models
import django.utils.timezone
import webapp.utils
class Migration(migrations.Migration):
dependencies = [
('webapp', '0005_auto_20170607_1717'),
]
operations = [
migrations.DeleteModel(
name='Tag',
),
migrations.DeleteModel(
name='Feed',
),
]