https://github.com/ETCBC/shebanq
Raw File
Tip revision: a02c78435c1f9a892513816cf3ad75d2f553d97f authored by Dirk Roorda on 13 January 2017, 13:10:25 UTC
code and docs update
Tip revision: a02c784
web2py-routes.py
# at production: copy this file to /opt/web-apps/web2py as routes.py
routers = dict(
    BASE = dict(
        default_application='shebanq',
        root_static=[
            'robots.txt',
            'favicon.ico',
            'apple-touch-icon.png',
            'google9e12b65b9e77c1da.html',
        ],
    )
)

back to top