Can you sugge开发者_StackOverflowst some good django-specific text-markup editors?
As for WYSIWYG in-page editor, there are not too many alternatives: wymeditor (used by djangocms), tinymce, ckeditor. I prefer tinymce because there is an easy integration with django-filebrowser.
btw you can find better answers than mine in SO: https://stackoverflow.com/search?q=django+wysiwyg
If you've got the RAM:
- Eclipse with Pydev and Django Editor
- NetBeans 7, which is due out 2010 Q4 (see django and netbeans? for more info)
A bit lighter:
- Wing
- JetBrains PyCharm (Guido's favorite, but at $100 for the personal edition and no free major upgrades, it's a bit steep)
Lightest:
- Most Linux distros' text editors (I know that KWrite, Kate, and gedit all have syntax highlighting for Django templates
精彩评论