* basic SQLAlchemy model
* menu handling code * SQLAlchemy setup in environent.py, base.py and websetup.py
This commit is contained in:
parent
292c102db8
commit
096df406b8
9 changed files with 125 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue