AUTH_USER_MODEL = 'auth.User'
TINYMCE_DEFAULT_CONFIG = {
- 'plugins': "table,spellchecker,paste,searchreplace",
- 'theme': "advanced",
- 'cleanup_on_startup': True,
- 'custom_undo_redo_levels': 10,
+ "height": "320px",
+ "width": "960px",
+ "menubar": "file edit view insert format tools table help",
+ "plugins": "advlist autolink lists link image charmap print preview anchor searchreplace visualblocks code "
+ "fullscreen insertdatetime media table paste code help wordcount spellchecker",
+ "toolbar": "undo redo | bold italic underline strikethrough | fontselect fontsizeselect formatselect | alignleft "
+ "aligncenter alignright alignjustify | outdent indent | numlist bullist checklist | forecolor "
+ "backcolor casechange permanentpen formatpainter removeformat | pagebreak | charmap emoticons | "
+ "fullscreen preview save print | insertfile image media pageembed template link anchor codesample | "
+ "a11ycheck ltr rtl | showcomments addcomment code",
+ "custom_undo_redo_levels": 10,
}
# Sherlock's online payment