|
13年前 | |
---|---|---|
conf | 13年前 | |
css | 13年前 | |
images | 13年前 | |
js | 13年前 | |
py | 13年前 | |
.gitignore | 13年前 | |
INSTALL.md | 13年前 | |
README.md | 13年前 | |
attribution.md | 13年前 | |
wnf.py | 13年前 |
Full-stack web application framework that uses python/mysql on the server side and a tightly integrated client side library. Primarily built for erpnext.
Projects: erpnext | webnotes/erpnext
To start a new project, in the application root:
lib
folder.index.cgi
, build.json
, conf.py
.js
, css
, modules
, modules/startup
. These folders contain the js, css assets and modules folder is where all the new application modules will be created.$ lib/wnf.py --install dbrootpassword newdbname lib/conf/Framework.sql
to install a fresh database.app.js
containing basic application info (see lib/conf
)__init__.py
and event_handlers.py
in modules/startup
. This is where you write all events (like, onlogin, onlogout etc)$ lib/wnf.py -b
to build js and css assets from build.json
.enjoy!
$ lib/wnf.py --help
for more info
wnframework is freely available to use under the MIT License