Search code examples
pythondjangotwitter-bootstrapbootstrap-4summernote

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


I need to add Bootstrap 4 to django-summernote. Is this possible?


Solution

  • 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