No description
Find a file
2012-04-14 16:28:18 +05:30
conf moved wnf.py to lib, where it should be 2012-04-14 16:28:18 +05:30
css merge 2012-04-13 12:01:29 +05:30
images new autosuggest, other fixes 2012-03-09 16:44:28 +05:30
js started rewrite of accounts browser 2012-04-13 19:05:01 +05:30
py lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py) 2012-04-14 16:08:54 +05:30
.gitignore fix to auth no root in cookie 2012-01-20 09:20:56 +01:00
attribution.md added buttons, broke up loading of forms, reports 2011-09-08 15:46:06 +05:30
INSTALL.md lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py) 2012-04-14 16:08:54 +05:30
README.md lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py) 2012-04-14 16:08:54 +05:30
wnf.py moved wnf.py to lib, where it should be 2012-04-14 16:28:18 +05:30

wnframework

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

Setup

  • In your application root, set wnframework folder as the "lib" folder.
  • Copy index.cgi, build.json, wnf.py in the application root
  • update "conf.py" with database, email authentication info

wnf.py

wnf.py is the command line utility to build client side files. Usually all client-side files that are common are build in js/all-web.js (for non logged in users) or js/all-app.js (for logged in users)

License

wnframework is freely available to use under the MIT License