Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python/Django plugin for Dreamweaver

Does a plugin exists for Python/Django into Dreamweaver? Just wondering since Dreamweaver is a great web dev tool.

like image 488
Daniel Kivatinos Avatar asked Apr 06 '09 23:04

Daniel Kivatinos


1 Answers

I remember looking for a plugin too, but came across this stumbling block:

Designers are assumed to be comfortable with HTML code. The template system isn’t designed so that templates necessarily are displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of a limitation and wouldn’t allow the syntax to be as nice as it is. Django expects template authors are comfortable editing HTML directly.

That being said, I found a Dreamweaver extension whilst having another quick look, so give it a try and let us know how it goes! From experience, the Eclipse solution offered by Paolo works very nicely, and the Komodo plugins look great, too. I know you are looking for a graphical editor, but emacs does a very nice job ;)

like image 61
WhatIsHeDoing Avatar answered Oct 22 '22 05:10

WhatIsHeDoing