Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Anand Doshi 1be588ca5f [website] [minor] moving to framework 12 роки тому
conf [minors] Added helpers for install, fixing README.md 12 роки тому
core Merge branch 'website-wip' of github.com:webnotes/wnframework into website-wip 12 роки тому
data [geo ip] determine country using geoip; added country info in session and cookies 12 роки тому
docs [calendar] [feature] Added Recurring Events 12 роки тому
public [website] [minor] moving to framework 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