ActiveState Community

Komodo Edit with Django template system

Posted by romankrv on 2008-10-04 15:33

How can I join my Komodo Edit with Django template system as it done in the window where I edit my views.py or other Python-module. I want to have list of filter and tags when I edit my template (html-template document).
How can I do it?

Thanks.

ps
when will be new version 5.0 Komodo edit?

toddw | Fri, 2008-10-10 15:31

I'm not exactly sure what you are asking for. I'm guessing that this is a request for better integration between a template (html/django tags and code) and the view (python code).

Could you give some examples of how you'd expect this to work?

Thanks,
Todd

romankrv | Fri, 2008-10-10 16:04

Ok. For example: I type in template like this: {%

and after it I want that appear compilelist with all tags which have Django. Also filer {{ var| }} after my typing | I want to see compilelist too.

Thanks for help

toddw | Fri, 2008-10-10 16:23

Thanks, I've added your suggestions to the following Django enhancement request:
http://bugs.activestate.com/show_bug.cgi?id=78655

Cheers,
Todd