Friday, 15 February 2013

Pythonanywhere, point default app to my app instead of welcome--web2py -



Pythonanywhere, point default app to my app instead of welcome--web2py -

this simple question imagine, how can point default app app instead of welcome app in pythonanywhere? web2py app used.

there several options, discussed here. url rewrite option, include next in routes.py file:

routers = dict( base of operations = dict( default_application = 'myapp' ) )

web2py pythonanywhere

No comments:

Post a Comment