Skip to content
Snippets Groups Projects
Commit d96c1c65 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Add the default controller to redirect the main url toward the plugin.

parent 54b9772c
No related branches found
No related tags found
No related merge requests found
""" $Id$ """
def index():
"""Main Controller to run the application.
"""
url = URL(request.application,
'plugin_dbui',
'index',
vars=request.vars)
redirect(url)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment