31 lines
No EOL
717 B
Markdown
31 lines
No EOL
717 B
Markdown
## 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](http://erpnext.org) | [webnotes/erpnext](https://github.com/webnotes/erpnext)
|
|
|
|
## Setup
|
|
|
|
To start a new project, in the application root:
|
|
|
|
Note:
|
|
|
|
1. wnframework must be called as `lib`
|
|
1. 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 |