|
pirms 12 gadiem | |
---|---|---|
conf | pirms 12 gadiem | |
core | pirms 12 gadiem | |
data | pirms 12 gadiem | |
public | pirms 12 gadiem | |
templates | pirms 12 gadiem | |
webnotes | pirms 12 gadiem | |
.gitignore | pirms 12 gadiem | |
INSTALL.md | pirms 13 gadiem | |
README.md | pirms 13 gadiem | |
config.json | pirms 12 gadiem | |
license.txt | pirms 12 gadiem | |
wnf.py | pirms 12 gadiem |
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