MORE ON ADMIN
85
[EDIT]
You have used the [EDIT] page already in this chapter. Here we want to point out a few more functionalities of the [EDIT] page.
• If you click on any file name, you can see the content of the file with syntax highlighting. • If you click on edit, you can edit the file via a web interface. • If you click on delete, you can delete the file (permanently). • If you click on test, web2py will run tests. Tests are written by the developer using Python doctests, and each function should have its own tests. • View...