Skip to content
/ web2py Public
forked from web2py/web2py

Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python.

License

Notifications You must be signed in to change notification settings

ubsicap/web2py

This branch is 2 commits ahead of, 2655 commits behind web2py/web2py:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb8d971 · Oct 16, 2019
Jan 17, 2015
Sep 30, 2014
Mar 29, 2014
Jan 17, 2015
Oct 16, 2019
Jan 17, 2015
Jan 17, 2015
Nov 23, 2011
Oct 16, 2019
Oct 11, 2014
Dec 24, 2012
Jan 17, 2015
Mar 11, 2013
Nov 23, 2011
Jan 17, 2015
Dec 23, 2014
Jan 17, 2015
Oct 5, 2013
Nov 15, 2013
May 6, 2012
Oct 22, 2014

Repository files navigation

Readme

web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.

It is written and programmable in Python. LGPLv3 License

Learn more at http://web2py.com

Google App Engine deployment

cp examples/app.yaml ./
cp handlers/gaehandler.py ./

Then edit ./app.yaml and replace "yourappname" with yourappname.

Documentation (readthedocs.org)

Docs Status

Tests

Build Status

Coverage Status

Installation Instructions

To start web2py there is NO NEED to install it. Just unzip and do:

python web2py.py

That's it!!!

web2py directory structure

project/
    README
    LICENSE
    VERSION                    > this web2py version
    web2py.py                  > the startup script
    anyserver.py               > to run with third party servers
    ...                        > other handlers and example files
    gluon/                     > the core libraries
        contrib/               > third party libraries
        tests/                 > unittests  
    applications/              > are the apps
        admin/                 > web based IDE
            ...
        examples/              > examples, docs, links
            ...
        welcome/               > the scaffolding app (they all copy it)
            ABOUT
            LICENSE
            models/
            views/
            controllers/
            sessions/
            errors/
            cache/
            static/
            uploads/
            modules/
            cron/
            tests/
        ...                    > your own apps
    examples/                  > example config files, mv .. and customize
    extras/                    > other files which are required for building web2py
    scripts/                   > utility and installation scripts
    handlers/
        wsgihandler.py         > handler to connect to WSGI
        ...                    > handlers for Fast-CGI, SCGI, Gevent, etc
    site-packages/             > additional optional modules
    logs/                      > log files will go in there
    deposit/                   > a place where web2py stores apps temporarily

Issues?

Report issues at http://code.google.com/p/web2py/issues/

About

Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.3%
  • HTML 4.9%
  • JavaScript 3.4%
  • Shell 1.3%
  • Other 1.1%