Revert "Removed wrong migration."

This reverts commit 8ded8e160b.
pull/141/head
Fabio Caccamo 2021-11-25 11:55:57 +01:00
parent 3dc31df5f1
commit 3bc6e6fe3b
1 changed files with 19 additions and 0 deletions

View File

@ -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',
),
]