https://github.com/iepathos/graykoolaid
Some old web2py sites I built. GrayKoolAid is actually a collection of multiple web2py sites I worked on. One of them uses a pretty cool Javascript presentation plugin for navigation.
https://github.com/iepathos/graykoolaid
Last synced: 8 months ago
JSON representation
Some old web2py sites I built. GrayKoolAid is actually a collection of multiple web2py sites I worked on. One of them uses a pretty cool Javascript presentation plugin for navigation.
- Host: GitHub
- URL: https://github.com/iepathos/graykoolaid
- Owner: iepathos
- License: other
- Created: 2012-11-04T09:23:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-04T09:27:09.000Z (over 13 years ago)
- Last Synced: 2024-04-19T15:22:22.133Z (about 2 years ago)
- Language: Python
- Size: 25.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
## 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:
http://web2py.com
## Installation Instructions
To start web2py there is NO NEED to install it. Just unzip and do:
python web2py.py
Thats is it!!!
## web2py directory structure
project/
README
LICENSE
VERSION > this web2py version
web2py.py > the startup script
anyserver.py > to run with third party servers
wsgihandler.py > handler to connect to WSGI
... > 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
scripts/ > utility and installation scripts
site-packages/ > additional optional modules