Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Rushabh Mehta e955a898fa [notification] [minor] [fix] 12 lat temu
conf [minors] Added helpers for install, fixing README.md 12 lat temu
core [notification] [minor] [fix] 12 lat temu
data [geo ip] determine country using geoip; added country info in session and cookies 12 lat temu
docs [calendar] [feature] Added Recurring Events 12 lat temu
public [print format] [lang] Standard Print Format now translated 12 lat temu
templates [finder] [started] [wip] 12 lat temu
webnotes [notification] [minor] [fix] 12 lat temu
.gitignore [minor] add vim swp to .gitignore 12 lat temu
INSTALL.md lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py) 13 lat temu
README.md [minors] Added helpers for install, fixing README.md 12 lat temu
config.json [finder] New App for finding documents quickly. 12 lat temu
license.txt profile: form is now my settings page, removed (Page, profile-settings) 12 lat temu
wnf.py [minors] Added helpers for install, fixing README.md 12 lat temu

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