Confirmed users
1,927
edits
(→Notes) |
No edit summary |
||
| Line 104: | Line 104: | ||
Regardless of which framework is chosen, as mentioned above a good URL structure should be implemented. | Regardless of which framework is chosen, as mentioned above a good URL structure should be implemented. | ||
== Application == | |||
The framework will provide an application, to create templates for new projects, and Python modules. | |||
'''templeton init''' | |||
This will create the basic structure for a new web app--server and html directories, basic server app and html template. | |||
'''import templeton''' | |||
Provides access to standard classes, e.g. JSON handler. | |||