Removed wrong migration.

pull/141/head
Fabio Caccamo 2021-11-25 11:49:13 +01:00
parent f4e5662e49
commit 8ded8e160b
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
# -*- 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',
),
]