* basic template and JQuery infrastructure
* gva controller
This commit is contained in:
parent
014f674b6d
commit
292c102db8
7 changed files with 74 additions and 109 deletions
12
gnuviechadminweb/controllers/gva.py
Normal file
12
gnuviechadminweb/controllers/gva.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# -*- 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')
|
Loading…
Add table
Add a link
Reference in a new issue