Changeset 2403 for package_branches/invirt-web/cherrypy/code
- Timestamp:
- Aug 9, 2009, 6:45:30 PM (15 years ago)
- Location:
- package_branches/invirt-web/cherrypy/code
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/main.py
r2400 r2403 53 53 connect() 54 54 self._cp_config['tools.require_login.on'] = True 55 self._cp_config['tools.mako.imports'] = ['from invirt.config import structs as config', 56 'from invirt import database'] 57 55 58 56 59 @cherrypy.expose -
package_branches/invirt-web/cherrypy/code/templates/list.mako
r2395 r2403 1 1 <%inherit file="skeleton.mako" /> 2 2 <%! 3 from invirt.config import structs as config4 3 import datetime 5 4 %>
Note: See TracChangeset
for help on using the changeset viewer.