You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rushabh Mehta 386cd883b3 [website] [minor] moving to framework пре 12 година
conf [minors] Added helpers for install, fixing README.md пре 12 година
core [minor] fixes to finder added new пре 12 година
data [geo ip] determine country using geoip; added country info in session and cookies пре 12 година
docs [calendar] [feature] Added Recurring Events пре 12 година
public [print format] [lang] Standard Print Format now translated пре 12 година
webnotes [website] [minor] moving to framework пре 12 година
website [website] [minor] moving to framework пре 12 година
.gitignore [minor] add vim swp to .gitignore пре 12 година
INSTALL.md lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py) пре 13 година
README.md [minors] Added helpers for install, fixing README.md пре 12 година
config.json [website] [minor] moving to framework пре 12 година
license.txt profile: form is now my settings page, removed (Page, profile-settings) пре 12 година
wnf.py [website] [minor] moving website helper methods to doctypes пре 12 година

README.md

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:

  1. wnframework must be called as lib
  2. 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