Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 378 Bytes

py4web example apps

This is a collection of example apps for py4web. Use as follows:

pip install py4web
git clone [email protected]:web2py/py4web-example-apps.git
py4web run py4web-example-apps/apps -p 8000

then visit the URL of the specific app

open http://127.0.0.1:8000/todo
open http://127.0.0.1:8000/fadebook
open http://127.0.0.1:8000/tagged_posts
etc.