I need to add Bootstrap 4 to django-summernote. Is this possible?
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.
In settings.py
SUMMERNOTE_THEME = 'bs4' # Show summernote with Bootstrap4