I am not seeing Web2Py support on an existing Web2Py project
3.0.1 Professional
build #PY-131.399
I am opening a directory where my Web2Py files are, but I am not getting the jump from template to py file functionality [nor vice-versa]. I have added the directories that hold the templates to the Template Directories, but it doesn't seem to make a difference.
Am I missing a step to get this set up?
build #PY-131.399
I am opening a directory where my Web2Py files are, but I am not getting the jump from template to py file functionality [nor vice-versa]. I have added the directories that hold the templates to the Template Directories, but it doesn't seem to make a difference.
Am I missing a step to get this set up?
Please sign in to leave a comment.
what is the structure of your project?
|- Controllers
| |- *.py
...
|- views
|- bench
| |- *.html
|- default
| |- *.html
| ...
There is no web2py under this tree, it is in a lib\site-packages directory somewhere else.
controllers, views and models directories all together.