Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Rushabh Mehta b023635e53 [print format] [lang] Standard Print Format now translated 12 anni fa
conf [minors] Added helpers for install, fixing README.md 12 anni fa
core [notification] [minor] [fix] 12 anni fa
data [geo ip] determine country using geoip; added country info in session and cookies 12 anni fa
docs [calendar] [feature] Added Recurring Events 12 anni fa
public [print format] [lang] Standard Print Format now translated 12 anni fa
templates [finder] [started] [wip] 12 anni fa
webnotes [notification] [minor] [fix] 12 anni fa
.gitignore [minor] add vim swp to .gitignore 12 anni fa
INSTALL.md lib/py/webnotes/defs.py -> conf.py (see sample in lib/conf/conf.py) 13 anni fa
README.md [minors] Added helpers for install, fixing README.md 12 anni fa
config.json [finder] New App for finding documents quickly. 12 anni fa
license.txt profile: form is now my settings page, removed (Page, profile-settings) 12 anni fa
wnf.py [minors] Added helpers for install, fixing README.md 12 anni fa

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