1
0
Fork 0

* basic SQLAlchemy model

* menu handling code
 * SQLAlchemy setup in environent.py, base.py and websetup.py
This commit is contained in:
Jan Dittberner 2008-06-03 21:31:37 +00:00
parent 292c102db8
commit 096df406b8
9 changed files with 125 additions and 5 deletions

View file

@ -6,7 +6,6 @@ from gnuviechadminweb.lib.base import *
log = logging.getLogger(__name__)
class GvaController(BaseController):
def index(self):
# Return a rendered template
return render('/main.mako')