1
0
Fork 0
gnuviechadminweb-historic/gnuviechadminweb/controllers/gva.py
Jan Dittberner 096df406b8 * basic SQLAlchemy model
* menu handling code
 * SQLAlchemy setup in environent.py, base.py and websetup.py
2008-06-03 21:31:37 +00:00

12 lines
247 B
Python

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