Removed wrong migration.
parent
f4e5662e49
commit
8ded8e160b
|
|
@ -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',
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Loading…
Reference in New Issue