如何将 Bootstrap 4 添加到库 django-summernote?

How can I add Bootstrap 4 to the library django-summernote?

我需要将 Bootstrap 4 添加到 django-summernote。这可能吗?

Django-summernote is served with Bootstrap3 by default, but you can choose another options. You can change the theme by SUMMERNOTE_THEME = '' in settings.py.

在settings.py

SUMMERNOTE_THEME = 'bs4'  # Show summernote with Bootstrap4