I have a basic model which I have added django-tinymce HTMLField for rich text editing. This works perfectly in the admin form in the backend like it is intended, so I think I have set up the tinymce app correctly. I have a basic model which I have added django-