You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, if clicking on "python" you'll get the python file, if clicking in "template" you get the pt, and zcml you'll get the configure.zcml where the view is defined.
The text was updated successfully, but these errors were encountered:
Have something like the file tree browser, but, instead of folders and files, it will be a list of z3views, organized hierarchically by product name:
product.dotted.name
|
|__ view_name_1
| |_ python
| |_ template
| |_ zcml
|
|__ view_name_2
| |_ python
| |_ template
| |_ zcml
|
product.dotted.name2
|
|__ other_view
| |_ python
| |_ template
| |_ zcml
|
|__ new_view
| |_ python
| |_ template
| |_ zcml
So, if clicking on "python" you'll get the python file, if clicking in "template" you get the pt, and zcml you'll get the configure.zcml where the view is defined.
The text was updated successfully, but these errors were encountered: