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