No, and it's not a good idea to do WYSIWYG development for HTML. HTML is not a format that produces static content; it varies depending on screen fonts, browser, and platform, and getting that right means sticking to relative layout, making content flow, and taking care of quirks. WYSIWYG editors don't do any of that. and the quality of their output is dubious at best. Taking the time to produce sane HTML and CSS is a must for web development, but it's not that difficult a task and the knowledge to do it can be learned in a few days.
Thanks On Wed, Apr 21, 2010 at 6:28 PM, John Finlay <fin...@moeraki.com> wrote: > I'm just getting started with django coming from a background of developing > desktop apps on *nix. Is there something equivalent to a GUI builder for > django? > > Alternatively, is there a good WYSIWYG html editor that produces editable > html so I could quickly create a template and then retrofit it with django > template tags? > > Thanks > > John > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Andrés Osinski http://www.andresosinski.com.ar/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.