Fix some bugs

This commit is contained in:
cuom1999 2024-09-08 00:31:24 -05:00
parent 88845aebd8
commit 05ab90e1d4
3 changed files with 13 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import lxml.html as lh
from django.db import migrations
from lxml.html.clean import clean_html
from lxml_html_clean import clean_html
def strip_error_html(apps, schema_editor):