Removed theme css field.

This commit is contained in:
Fabio Caccamo
2021-11-24 18:44:28 +01:00
parent 6a42df67b1
commit 3431565f74
2 changed files with 31 additions and 6 deletions
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('admin_interface', '0023_theme_foldable_apps'),
]
operations = [
migrations.RemoveField(
model_name='theme',
name='css',
),
]