0👍
Are you added this lines to your html file?
<!-- include summernote css/js-->
<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.3/summernote.css" rel="stylesheet">
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.3/summernote.js"></script>
$('#text').summernote();
- [Answered ]-How to retrieve the field which triggered a hit for a elasticsearch query
- [Answered ]-External JS in Django apps best practice
- [Answered ]-Creating a price calculator function in a Django model
- [Answered ]-Django admin page adding save as pdf button
- [Answered ]-Django – Make private page by user
- [Answered ]-Django: Update object from view, with no model or template
Source:stackexchange.com