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.
 
 
 
 
 
 
Anand Doshi d3eebd5d0a [minor] [fix] [website] sitemap and rss 12 年之前
conf [minors] Added helpers for install, fixing README.md 12 年之前
core [minor] [install] added install fixtures 12 年之前
data [geo ip] determine country using geoip; added country info in session and cookies 12 年之前
docs [calendar] [feature] Added Recurring Events 12 年之前
public [minor] [fix] [website] sitemap and rss 12 年之前
webnotes [minor] [fix] [website] sitemap and rss 12 年之前
website [minor] [fix] [website] sitemap and rss 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 [minor] [install] added install fixtures 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