No description
| conf | ||
| core | ||
| data | ||
| docs | ||
| public | ||
| webnotes | ||
| website | ||
| .gitignore | ||
| config.json | ||
| INSTALL.md | ||
| license.txt | ||
| README.md | ||
| wnf.py | ||
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
To start a new project, in the application root:
Note:
- wnframework must be called as
lib - your application must be called as
app
Finally:
$ git clone git@github.com:webnotes/wnframework lib
$ git clone git@github.com:webnotes/[your app] app
$ lib/wnf.py --make_conf
$ lib/wnf.py --reinstall
enjoy!
wnf.py
$ lib/wnf.py --help for more info
License
wnframework is freely available to use under the MIT License