django - eclipse luna (pydev 3.8) doesn't show admin template base.html -



django - eclipse luna (pydev 3.8) doesn't show admin template base.html -

i'm confused, weird, fact, eclipse luna pydev 3.8 version (python 2.7) doesn't show templates django.contrib.admin app. mean, if seek open django.contrib.admin.templates.admin.base.html in eclipse see error.

files in place! can open/edit admin files editor (not eclipse)

i can open/edit other content. admin.template!

also, if seek debug admin app, debugger breaks on base.html:16 while have not set break points there. on screenshot:

very frustrating , odd. same system, older virtenv (with prev version of django , eclipse) works supposed to.

any ideas highly appreciated!

ok... after few days of meditation figured out had 2 problems. 'error' i.s.o. nice html template page caused bug in django editor (eclipse plugin http://eclipse.kacprzak.org/)

solution: remove buggy software , seek contact owner of editor (editor convenient!)

the other odd behaviour - debug breaks own (no breakpoints set!) somewhere within template page - bug of pydev. have no clue where.

solution: set template_debug false , seek contact pydev developers.

thanks, question can closed.

django eclipse pydev

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -