Why web2py Why web2py web2py is one of many web application frameworks, but it has compelling and unique features. web2py was originally developed as a teaching tool, with the ...
Helping web2py: Bugs, enhancements and documentation Google Group Filing a bug report Reporting Security Bugs Contributing code and documentation changes How the project code i...
Building a minimalist web2py Building a minimalist web2py Some times we need to deploy web2py in a server with very small memory footprint. In this case we want to strip down w...
Running web2py with Python 2 vs. Python 3 Running web2py with Python 2 vs. Python 3 When web2py was born, there was only Python version 2.5 available (in fact, Python 3.0 was r...
Startup Startup web2py comes in binary packages for Windows and Mac OS X. They include the Python 2.7 interpreter so you do not need to have it pre-installed. There is also a s...
Introduction Introduction web2py[web2py ] is a free, open-source web framework for agile development of secure database-driven web applications; it is written in Python[python ...
Windows IIS Apache and mod_wsgi Using nssm to run as a Windows service nssm recipe: running the scheduler as a Windows service with nssm nssm recipe: running web2py.py as a serv...
Dispatching Dispatching web2py maps a URL of the form: http : //127.0.0.1:8000/a/c/f.html to the function f() in controller “c.py” in application “a”. If f is not present...
Securing sessions and admin Securing sessions and admin It is very dangerous to publicly expose the admin application and the appadmin controllers unless they run over HTTP...